HashSet.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 HashSet(K, alias hashFunc = defaultHash!K, alias less = "a < b")
    @nogc @safe pure nothrow
    opBinaryRight
    (
    string op
    )
    (
    const K key
    )

Meta