vox ~master (2022-05-02T18:23:10Z)
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