TreeMap.replace

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool replace(K key, V oldValue, V newValue)
    class TreeMap(K, V)
    override
    bool
    replace
    if (
    isOrderingComparable!K
    )
  2. V replace(K key, V value)

Meta