phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
SSOHashSet
nxt
sso_hashmap_or_hashset
Hash map storing keys of type
K
.
alias
SSOHashSet
(
K
,
alias
Allocator
=
null
,
alias
hasher
=
hashOf
,
uint
smallBinMinCapacity
=
1
)
=
SSOHashMapOrSet
!(
K
,
void
,
Allocator
,
hasher
,
smallBinMinCapacity
)
Meta
Source
See Implementation
nxt
sso_hashmap_or_hashset
aliases
SSOHashMap
SSOHashSet
enums
MapInsertionStatus
SetInsertionStatus
functions
byElement
filtered
intersectWith
intersectedWith
removeAllMatching
structs
SSOHashMapOrSet
Hash map storing keys of type K.