dyaml.escapes

Undocumented in source.

Members

Functions

escapeHexLength
uint escapeHexLength(dchar hexCode)

Get the length of a hexadecimal number determined by its hex code.

fromEscape
dchar fromEscape(dchar escape)

Covert a YAML escape to a dchar.

Variables

escapeHexCodeList
dchar[] escapeHexCodeList;

YAML hex codes specifying the length of the hex number.

escapes
dchar[] escapes;

All YAML escapes.

toEscapes
dchar[dchar] toEscapes;

Translation table from YAML escapes to dchars. Translation table from dchars to YAML escapes.

Meta