cachetools v0.1.1 (2019-01-11T13:20:18Z)
Dub
Repo
HashMap.grow_factor
cachetools
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)
void
grow_factor
@
safe
(
int
gf
)
Meta
Source
See Implementation
cachetools
containers
hashmap
HashMap
aliases
require
functions
byKey
byPair
byValue
clear
get
getOrAdd
grow_factor
keyPointer
length
opBinaryRight
opIndex
opIndexAssign
put
remove
size
structs
KeyPointer
set grow factor (can be between 2, 4 or 8).