Documentation
Dlang.org
HashMap.capacity
ikod
containers
hashmap
HashMap
when capacity == 0 - next put for new key can trigger resize
struct
HashMap
(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
pure const @
safe
@
nogc
auto
capacity
(
)
ikod
containers
hashmap
HashMap
aliases
require
functions
addIfMissed
byKey
byPair
byValue
capacity
clear
dump
fetch
get
getOrAdd
grow_factor
length
opBinaryRight
opIndex
opIndexAssign
put
remove
size
when capacity == 0 - next put for new key can trigger resize