parsers.Set

Undocumented in source.

Constructors

this
this(CodepointSet set)
Undocumented in source.

Members

Aliases

Trie
alias Trie = CodepointSetTrie!(13, 8)
Undocumented in source.
makeTrie
alias makeTrie = codepointSetTrie!(13, 8)
Undocumented in source.

Functions

parse
bool parse(Stream stream, dchar value, Stream.Error err)
Undocumented in source. Be warned that the author may not have intended to support it.
test
bool test(dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

BitTable
struct BitTable
Undocumented in source.
CharMatcher
struct CharMatcher
Undocumented in source.

Variables

matcher
CharMatcher matcher;
Undocumented in source.
msg
string msg;
Undocumented in source.
set
CodepointSet set;
Undocumented in source.
val
size_t val;
Undocumented in source.

Meta