pry ~master (2022-05-10T05:39:50.997815)
Dub
Repo
Set.CharMatcher
pry
atoms
parsers
Set
Undocumented in source.
struct
Set
(alias set)
static
static if
(!(
val <= 6
))
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
functions
parse
manifest constants
val
static functions
test
static variables
matcher
msg
structs
BitTable
CharMatcher