cachetools v0.1.1 (2019-01-11T13:20:18Z)
Dub
Repo
HashMap.remove
cachetools
containers
hashmap
HashMap
remomve key from hash.
struct
HashMap
(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
bool
remove
@
safe
(
K
k
)
Return Value
Type:
bool
true if actually removed, false otherwise.
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
remomve key from hash.