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)

Convert a YAML escape to a dchar.

toEscape
dchar toEscape(dchar value)

Convert a dchar to a YAML escape.

Variables

escapeHexCodeList
dchar[] escapeHexCodeList;

YAML hex codes specifying the length of the hex number.

escapes
dchar[] escapes;

All YAML escapes.

Meta