Set.opBinaryRight

struct Set(K, alias less = "a < b", bool allowDuplicates = false)
public nothrow @nogc inout
bool
opBinaryRight
(
string op
)
(
K key
)
if (
op == "in"
)

Return Value

Type: bool

true if the element is present.

Meta