SSOHashMapOrSet.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opBinaryRight(K key)
    struct SSOHashMapOrSet(K, V = void, alias Allocator = null, alias hasher = hashOf, uint smallBinMinCapacity = 1, uint capacityScaleNumerator = 2, uint capacityScaleDenominator = 1)
    pragma(inline) pragma(inline, true) inout @trusted
    static if(!hasValue)
    bool
    opBinaryRight
    (
    string op
    )
    (
    in K key
    )
    if (
    op == "in"
    )
    if (
    smallBinMinCapacity >= 1
    )
  2. inout(V)* opBinaryRight(K key)

Meta