TreeMap.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinaryRight(K key)
    struct TreeMap(K, E, bool nogcIndexing = true, alias less = "a < b")
    @nogc @safe pure nothrow
    static if(E.stringof != "void")
    static if(nogcIndexing)
    opBinaryRight
    (
    string op
    K
    )
    (
    const K key
    )
  2. auto opBinaryRight(K key)
  3. auto opBinaryRight(T key)

Meta