HashMap.has

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

  1. bool has(K key)
    struct HashMap(K, E, alias hashFunc = defaultHash!K, alias less = "a < b")
    @nogc @safe pure nothrow
    static if(nogcIndexing)
    bool
    has
    (
    K key
    )
  2. bool has(HashType key)
  3. bool has(K key)
  4. bool has(HashType key)

Meta