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)
  3. auto opBinaryRight(K key)
  4. 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
    static if(!(retainKeys))
    static if(!(nogcIndexing))
    opBinaryRight
    (
    string op
    K
    )
    (
    const K key
    )
  5. auto opBinaryRight(HashType key)

Meta