Set.opBinaryRight

key in set syntax support.

struct Set(T, Allocator = shared const Mallocator)
inout
bool
opBinaryRight
(
string op
)
(
in T key
)
if (
op == "in"
)

Return Value

Type: bool

true if key exists. Otherwise false.

Meta