collections-d v0.4.5 (2021-09-21T18:03:52Z)
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)
bool
has
(K key)
struct
HashMap
(K, E, alias hashFunc = defaultHash!K, alias less = "a < b")
@
safe
pure
static if
(!(
nogcIndexing
))
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.