fn parseEscapeSequence(slice: []const u8, offset: *usize) ParsedCharLiteral
[src]
Parse an escape sequence from slice[offset..]
. If parsing is successful, offset is updated to reflect the characters consumed.
fn parseEscapeSequence(slice: []const u8, offset: *usize) ParsedCharLiteral
Parse an escape sequence from slice[offset..]
. If parsing is successful, offset is updated to reflect the characters consumed.