The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
HashMap.remove
ikod
containers
hashmap
HashMap
remomve key from hash.
struct
HashMap
(K, V, Allocator = Mallocator, bool GCRangesAllowed = true)
bool
remove
(
K
k
)
Return Value
Type:
bool
true if actually removed, false otherwise.
Meta
Source
See Implementation
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.