dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
StringSet.Node
dil
StringSet
StringSet
struct
StringSet
struct
Node {
size_t
left
;
size_t
right
;
hash_t
hash
;
cbinstr
str
;
}
Members
Variables
hash
hash_t
hash
;
Hash value.
left
size_t
left
;
Index of left branch.
right
size_t
right
;
Index of right branch.
str
cbinstr
str
;
Binary string.
Meta
Source
See Implementation
dil
StringSet
StringSet
constructors
this
functions
add
find
get
getNode
has
newNode
repr
resize
structs
Node
variables
list
nodes