LinkedHashSet.has

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

struct LinkedHashSet(K, alias hashFunc = defaultHash128!(K), alias equal = "a == b")
@safe pure nothrow
bool
has
(
K key
)

Meta