ImmutableHashSet.contains

struct ImmutableHashSet(T, alias hashFunction)
immutable
bool
contains
()

Return Value

Type: bool

true if this set contains the given value.

Meta