HashSet.contains

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

Return Value

Type: bool

true if value is contained in the set.

Meta