voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
HashMap
voxelman
container
hash
map
Undocumented in source.
struct
HashMap
(Key, Value, Alloc = GCAllocator)
struct
HashMap
(Key, Value, Key emptyKey, Key deletedKey, Alloc = GCAllocator)
struct
HashMap (
Key
Value
Key
emptyKey
Key
deletedKey
Alloc
=
GCAllocator
) {
mixin
HashTablePart
!(
KeyBucket
!(
Key
,
emptyKey
,
deletedKey
),
true
)
;
}
Members
Mixins
__anonymous
mixin
HashTablePart
!(
KeyBucket
!(
Key
,
emptyKey
,
deletedKey
),
true
)
Undocumented in source.
Meta
Source
See Implementation
voxelman
container
hash
map
structs
HashMap