HashMap.has

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

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

Meta