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