OpenHashSet.contains

struct OpenHashSet(T, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
const nothrow @safe
bool
contains
()

Return Value

Type: bool

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

Meta