dtrie ~master (2022-04-12T05:46:06.172582)
Dub
Repo
IterableKeys
dtrie
Undocumented in source.
struct
IterableKeys {
uint
[]
node_has_value
;
this
(WordNodeNumberMap key_to_node_number, T[][] node_number_value_map);
int
opApply
(int delegate(string) dg);
}
Constructors
this
this
(WordNodeNumberMap key_to_node_number, T[][] node_number_value_map)
Undocumented in source.
Members
Functions
opApply
int
opApply
(int delegate(string) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
node_has_value
uint
[]
node_has_value
;
Undocumented in source.
Meta
Source
See Implementation
dtrie
classes
DTrie
WordObjectMap
WordWordMap
interfaces
Map
structs
IterableKeys