collections-d ~master (2020-04-08T19:11:38Z)
Dub
Repo
TreeMap.remove
collections
treemap
TreeMap
Removes an item by key. Returns the removed item if found, or K.init if not.
E
remove
(
T
key
)
K
remove
(
K
key
)
struct
TreeMap
(K, E, bool nogcIndexing = true, alias less = "a < b")
@
safe
pure nothrow
K
remove
(
K
key
)
Meta
Source
See Implementation
collections
treemap
TreeMap
functions
length
opApply
opApplyReverse
opIndex
opIndexAssign
ptrOf
put
rebalance
remove
toString
Removes an item by key. Returns the removed item if found, or K.init if not.