CfParser.decodeEscapeAt

private size_t decodeEscapeAt(string s, size_t i, ref Appender!string result) static @safe pure

Decodes the single escape sequence starting at i.

Parameters

sThe string containing the escape
iIndex of the backslash
resultOutput appender for the decoded bytes

Returns

The number of input characters consumed.