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)
  2. V replace(K key, V value)
    class TreeMap(K, V)
    override
    V
    replace
    (
    K key
    ,)
    if (
    isOrderingComparable!K
    )

Meta