HashSet.has

Checks whether the hash set contains the given value.

class HashSet(T)
final
bool
has
()

Parameters

value T

The value to check for existence within the set.

Return Value

Type: bool

True if the set contains the given value.

Meta