SetImpl.opBinaryRight

struct SetImpl(K, alias less = (a, b) => a < b, bool allowDuplicates = false, bool ownsMemory = false)
@nogc @trusted inout
bool
opBinaryRight
(
string op
)
(
K key
)
if (
op == "in"
)

Return Value

Type: bool

true if the element is present.

Meta