collections-d ~master (2021-12-22T13:54:35.687664)
Dub
Repo
LinkedMap.has
collections
linkedmap
LinkedMap
Returns true if key is found.
bool
has
(K key)
bool
has
(K key)
struct
LinkedMap
(K, E, bool nogcIndexing = true, alias equal = "a == b", bool ovrwrtBhvr = true)
@
safe
pure
static if
(!(
nogcIndexing
))
bool
has
(
K
key
)
Meta
Source
See Implementation
collections
linkedmap
LinkedMap
functions
has
opApply
opApplyReverse
opBinaryRight
opIndex
opIndexAssign
ptrOf
remove
toString
properties
length
static functions
makeFunc
variables
_length
last
root
Returns true if key is found.