TreeMap.removeByElem

Removes an item by key. Returns the removed item if found, or K.init if not.

struct TreeMap(K, E, bool nogcIndexing = true, alias less = "a < b")
@safe pure nothrow
static if(!(E.stringof != "void"))
K
removeByElem
(
K key
)

Meta