pry v0.7.0 (2023-07-14T13:49:15Z)
Dub
Repo
Set.CharMatcher
pry
atoms
parsers
Set
Undocumented in source.
struct
Set
static
struct
CharMatcher {
BitTable
ascii
;
Trie
trie
;
this
(CodepointSet set);
bool
opIndex
(dchar ch);
}
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
Source
See Implementation
pry
atoms
parsers
Set
aliases
Trie
makeTrie
constructors
this
functions
parse
test
structs
BitTable
CharMatcher
variables
matcher
msg
set
val