LinkedMap.remove

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