vox v0.2.0 (2022-04-19T16:16:42Z)
Dub
Repo
HashMap
vox
utils
hash
Undocumented in source.
struct
HashMap (
Key
Value
Key
emptyKey
) {
mixin
HashTablePart
!(
KeyBucket
!(
Key
,
emptyKey
),
StoreValues
.
yes
)
;
}
Members
Mixins
__anonymous
mixin
HashTablePart
!(
KeyBucket
!(
Key
,
emptyKey
),
StoreValues
.
yes
)
Undocumented in source.
Meta
Source
See Implementation
vox
utils
hash
enums
StoreValues
mixin templates
HashMapImpl
HashTablePart
structs
HashMap
KeyBucket