phobos-next v0.3.5 (2020-07-23T15:01:39Z)
Home
Dub
Repo
SSOHashMap
nxt
sso_hashmap_or_hashset
Hash map storing keys of type
K
and values of type
V
.
alias
SSOHashMap
(
K
,
V
,
alias
Allocator
=
null
,
alias
hasher
=
hashOf
,
uint
smallBinMinCapacity
=
1
)
=
SSOHashMapOrSet
!(
K
,
V
,
Allocator
,
hasher
,
smallBinMinCapacity
)
Meta
Source
See Implementation
nxt
sso_hashmap_or_hashset
aliases
SSOHashMap
SSOHashSet
range
enums
MapInsertionStatus
SetInsertionStatus
functions
byElement
filtered
intersectWith
intersectedWith
removeAllMatching
structs
SSOHashMapOrSet
Hash map storing keys of type K and values of type V.