voxelman v0.9.0 (2022-05-10T16:23:35Z)
Dub
Repo
HashSet
voxelman
container
hash
set
Undocumented in source.
struct
HashSet
(Key, Key emptyKey, Key deletedKey, Alloc = GCAllocator)
struct
HashSet
(Key, Alloc = GCAllocator)
struct
HashSet (
Key
Alloc
=
GCAllocator
) {
mixin
HashTablePart
!(
MetaKeyBucket
!(
Key
),
false
)
;
}
Members
Mixins
__anonymous
mixin
HashTablePart
!(
MetaKeyBucket
!(
Key
),
false
)
Undocumented in source.
Meta
Source
See Implementation
voxelman
container
hash
set
structs
HashSet