Documentation
Dlang.org
HashMap.remove
ikod
containers
hashmap
HashMap
remomve key from hash. Returns: true if actually removed, false otherwise.
struct
HashMap
(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
bool
remove
(
K
k
)
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
remomve key from hash. Returns: true if actually removed, false otherwise.