containers ~master (2015-12-31T21:51:27Z)
Home
Dub
Repo
OpenHashSet.this
containers
openhashset
OpenHashSet
Use the given
allocator
for allocations.
this
()
this
(Allocator allocator)
struct
OpenHashSet
(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
this
(
Allocator
allocator
)
this
(size_t initialCapacity, Allocator allocator)
this
(size_t initialCapacity)
Meta
Source
See Implementation
containers
openhashset
OpenHashSet
aliases
opSlice
constructors
this
destructors
~this
functions
clear
contains
empty
insert
length
opBinaryRight
opOpAssign
range
remove
postblits
this(this)
Use the given allocator for allocations.