HashSet.opBinaryRight

Supports a in b syntax

struct HashSet(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
inout nothrow
inout(T)*
opBinaryRight
(
string op
)
()
if (
op == "in"
)

Meta