LinkedMap.opBinaryRight

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

Meta