mutils ~master (2018-10-28T20:05:58Z)
Dub
Repo
HashSet.Group
mutils
container
hash_set_simd
HashSet
Undocumented in source.
struct
HashSet
(T, alias hashFunc = defaultHashFunc, ADV...)
static
struct
Group {
union
__anonymous
;
T
[
8
]
elements
;
static if
(
hasValue
)
ADV
[
0
][
8
]
values
;
bool
opEquals
(Group r);
}
Members
Functions
opEquals
bool
opEquals
(Group r)
Undocumented in source. Be warned that the author may not have intended to support it.
Unions
__anonymous
union
__anonymous
Undocumented in source.
Variables
elements
T
[
8
]
elements
;
Undocumented in source.
values
ADV
[
0
][
8
]
values
;
Undocumented in source.
Meta
Source
See Implementation
mutils
container
hash_set_simd
HashSet
functions
add
clear
getIndex
getLoadFactor
hashMod
isIn
length
opApply
rehash
remove
reset
saveGroupDistributionPlot
tryRemove
manifest constants
hasValue
rehashFactor
static functions
matchSIMD
structs
Group
variables
addedElements
getIndexEmptyValue
groups