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
Key
emptyKey
Key
deletedKey
Alloc
=
GCAllocator
) {
mixin
HashTablePart
!(
KeyBucket
!(
Key
,
emptyKey
,
deletedKey
),
false
)
;
}
struct
HashSet
(Key, Alloc = GCAllocator)
Members
Mixins
__anonymous
mixin
HashTablePart
!(
KeyBucket
!(
Key
,
emptyKey
,
deletedKey
),
false
)
Undocumented in source.
Meta
Source
See Implementation
voxelman
container
hash
set
structs
HashSet