TreeMap.remove

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

  1. E remove(T key)
    struct TreeMap(K, E, bool nogcIndexing = true, alias less = "a < b")
    @safe pure nothrow
    E
    remove
    (
    T
    )
    (
    T key
    )
  2. K remove(K key)

Meta