HashSet.has

Returns true if the element exists within the set, false otherwise.

struct HashSet(K, alias hashFunc = defaultHash!K, alias less = "a < b")
@safe pure nothrow
bool
has
(
K key
)

Meta