LinkedHashSet.has

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

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

Meta