tagion.utils.Escaper

Undocumented in source.

Members

Functions

escaper
Escaper!S escaper(S range)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

code_esc_special_chars
enum code_esc_special_chars;
Undocumented in source.
special_chars
enum special_chars;

List of special chars which will be escapes

Structs

Escaper
struct Escaper(S)

Range which takes a range of chars and converts to a range with added esc '\\' infront of a list fo special chars.

Meta