LinkedMap.opBinaryRight

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

Meta