Lexer.formatBytes

Formats the bytes between start and end (excluding end.)

class Lexer
static
formatBytes

Return Value

Type: cstring

e.g.: "abc" -> "\x61\x62\x63"

Meta