The OpenD Programming Language

OpenHashSet.opBinaryRight

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

Return Value

Type: bool

true if the hash set contains the given item, false otherwise.

Meta