LinkedHashMap.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 LinkedHashMap(K, E, alias hashFunc = defaultHash128!(K), alias equal = "a == b", bool retainKeys = false, alias keyEqual = "a == b", bool ovrwrtBhvr = true)
    @safe pure nothrow
    static if(retainKeys)
    static if(!(nogcIndexing))
    opBinaryRight
    (
    string op
    )
    (
    const K key
    )
  3. auto opBinaryRight(K key)
  4. auto opBinaryRight(K key)
  5. auto opBinaryRight(HashType key)

Meta