HashMap.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opBinaryRight(K key)
  2. auto opBinaryRight(HashType key)
    struct HashMap(K, E, alias hashFunc = defaultHash!K, alias less = "a < b")
    @nogc @safe pure nothrow
    static if(nogcIndexing)
    opBinaryRight
    (
    string op
    )
    ()
  3. auto opBinaryRight(K key)
  4. auto opBinaryRight(HashType key)

Meta