pry ~master (2022-05-10T05:39:50.997815)
Dub
Repo
Set.BitTable
pry
atoms
parsers
Set
Undocumented in source.
struct
Set
(alias set)
static
static if
(!(
val <= 6
))
struct
BitTable {
uint
[
4
]
table
;
this
(CodepointSet set);
void
add
(dchar ch);
bool
opIndex
(dchar ch);
}
Constructors
this
this
(CodepointSet set)
Undocumented in source.
Members
Functions
add
void
add
(dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
bool
opIndex
(dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
table
uint
[
4
]
table
;
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