dyaml.escapes
Types 2
aliasescapes = AliasSeq!('0', 'a', 'b', 't', '\t', 'n', 'v', 'f', 'r', 'e', ' ',
'/', '\"', '\\', 'N', '_', 'L', 'P')
Functions 3
fn
uint escapeHexLength(dchar hexCode) @safe pure nothrow @nogcGet the length of a hexadecimal number determined by its hex code.