The OpenD Programming Language

HashSet.opBinaryRight

Supports a in b syntax

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

Meta