TreeMap.remove

Undocumented in source.
  1. E remove(K key)
  2. alias remove = removeByElem
    struct TreeMap(K, E, bool nogcIndexing = true, alias less = "a < b")
    static if(!(E.stringof != "void"))
    alias remove = removeByElem

Meta