fromEscape

Covert a YAML escape to a dchar.

Need a function as associative arrays don't work with @nogc. (And this may be even faster with a function.)

package @safe pure nothrow @nogc
dchar
fromEscape
(
dchar escape
)

Meta