containers ~master (2022-06-01T03:07:53.4795021)
Dub
Repo
HashSet.this
containers
hashset
HashSet
Undocumented in source.
this
()
struct
HashSet
(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
@
disable
static if
(
stateSize!Allocator != 0
)
this
(
)
this
(Allocator allocator)
this
(size_t bucketCount, Allocator allocator)
this
(size_t bucketCount)
Meta
Source
See Implementation
containers
hashset
HashSet
aliases
opSlice
put
constructors
this
destructors
~this
functions
clear
contains
empty
insert
length
opBinaryRight
range
remove
postblits
this(this)