Set.CharMatcher

Undocumented in source.
struct Set(alias set)
static
static if(!(val <= 6))
struct CharMatcher {}

Constructors

this
this(CodepointSet set)
Undocumented in source.

Members

Functions

opIndex
bool opIndex(dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ascii
BitTable ascii;
Undocumented in source.
trie
Trie trie;
Undocumented in source.

Meta