TreeMap.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(IObject o)
  2. bool opEquals(Object o)
    class TreeMap(K, V)
    override
    bool
    opEquals
    (
    Object o
    )
    if (
    isOrderingComparable!K
    )

Meta