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)
  3. auto opBinaryRight(K key)
    struct HashMap(K, E, alias hashFunc = defaultHash!K, alias less = "a < b")
    @safe pure
    static if(!(nogcIndexing))
    opBinaryRight
    (
    string op
    )
    (
    const K key
    )
  4. auto opBinaryRight(HashType key)

Meta