containers ~master (2022-06-01T03:07:53.4795021)
Dub
Repo
HashMap.this
containers
hashmap
HashMap
Undocumented in source.
this
()
struct
HashMap
(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V)
@
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
hashmap
HashMap
constructors
this
destructors
~this
functions
empty
get
keys
length
opApply
opBinaryRight
opIndex
opIndexAssign
remove
values
postblits
this(this)