SSOHashMapOrSet.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opBinaryRight(K key)
  2. inout(V)* 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) scope inout @trusted return
    static if(hasValue)
    inout(V)*
    opBinaryRight
    (
    string op
    )
    (
    in K key
    )
    if (
    op == "in"
    )
    if (
    smallBinMinCapacity >= 1
    )

Meta