Documentation
Dlang.org
HashMap.grow_factor
ikod
containers
hashmap
HashMap
set grow factor (can be between 2, 4 or 8).
auto
grow_factor
()
void
grow_factor
(int gf)
struct
HashMap
(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
@
safe
void
grow_factor
(
int
gf
)
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
set grow factor (can be between 2, 4 or 8).