vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
IrSmallSet.Bucket
vox
ir
ir_small_set
IrSmallSet
Undocumented in source.
struct
IrSmallSet
struct
Bucket {
IrIndex
key
;
uint
value
;
bool
used
();
bool
empty
();
}
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
used
bool
used
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
key
IrIndex
key
;
Undocumented in source.
value
uint
value
;
Undocumented in source.
Meta
Source
See Implementation
vox
ir
ir_small_set
IrSmallSet
functions
capacity
contains
empty
free
isBig
length
put
range
remove
replace
structs
Bucket
unions
__anonymous