Escape

Undocumented in source.
struct Escape {
const(char)[][char.max] strings;
}

Members

Functions

escapeChar
const(char)[] escapeChar(char c)

Find character string to replace c with.

Suggestion Box / Bug Report