fn parseCharLiteral(slice: []const u8) ParsedCharLiteral
[src]
Only validates escape sequence characters. Slice must be valid utf8 starting and ending with “’” and exactly one codepoint in between.
fn parseCharLiteral(slice: []const u8) ParsedCharLiteral
Only validates escape sequence characters. Slice must be valid utf8 starting and ending with “’” and exactly one codepoint in between.