The OpenD Programming Language

OpenHashSet.contains

struct OpenHashSet(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
const
bool
contains
()

Return Value

Type: bool

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

Meta