HashSet.has

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

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

Meta