collections-d ~master (2021-12-22T13:54:35.687664)
Dub
Repo
HashMap.has
collections
hashmap
HashMap
Returns true if the element exists within the set, false otherwise.
bool
has
(K key)
bool
has
(HashType key)
struct
HashMap
(K, E, alias hashFunc = defaultHash!K, alias less = "a < b")
@
nogc
@
safe
pure nothrow
static if
(
nogcIndexing
)
bool
has
(
HashType
key
)
bool
has
(K key)
bool
has
(HashType key)
Meta
Source
See Implementation
collections
hashmap
HashMap
aliases
HashType
functions
has
opApply
opApplyReverse
opBinaryRight
opIndex
opIndexAssign
ptrOf
rebalance
toString
properties
length
static functions
makeFunc
static variables
nogcIndexing
Returns true if the element exists within the set, false otherwise.