collections-d ~master (2021-12-22T13:54:35.687664)
Dub
Repo
LinkedMap.remove
collections
linkedmap
LinkedMap
Removes a value with the given key and returns it.
struct
LinkedMap
(K, E, bool nogcIndexing = true, alias equal = "a == b", bool ovrwrtBhvr = true)
@
safe
pure nothrow
E
remove
(
K
key
)
Meta
Source
See Implementation
collections
linkedmap
LinkedMap
functions
has
opApply
opApplyReverse
opBinaryRight
opIndex
opIndexAssign
ptrOf
remove
toString
properties
length
static functions
makeFunc
variables
_length
last
root
Removes a value with the given key and returns it.