The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
HashSet.this
containers
hashset
HashSet
Use the given
allocator
for allocations.
this
(Allocator allocator)
struct
HashSet
(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T, bool storeHash = !isBasicType!T)
static if
(
stateSize!Allocator != 0
)
this
(
Allocator
allocator
)
this
(size_t bucketCount, Allocator allocator)
this
(size_t bucketCount)
Meta
Source
See Implementation
containers
hashset
HashSet
aliases
insertAnywhere
put
constructors
this
functions
clear
contains
empty
insert
length
opBinaryRight
opOpAssign
opSlice
remove
Use the given allocator for allocations.