parsers.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.

Manifest constants

val
enum val;
Undocumented in source.

Static functions

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

Static variables

matcher
auto matcher;
Undocumented in source.
msg
string msg;
Undocumented in source.

Structs

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

Meta