The OpenD Programming Language

HashSet.contains

struct HashSet(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T, bool storeHash = !isBasicType!T)
inout
bool
contains
()

Return Value

Type: bool

true if value is contained in the set.

Meta