ddc v0.0.4+2.094.1 (2020-11-01T06:34:21Z)
Dub
Repo
AArray.isIn
dmd
backend
aarray
AArray
Determine if key is in aa.
struct
AArray
(TKey, Value)
nothrow
Value
*
isIn
(
Key
*
pkey
)
Return Value
Type:
Value
*
null not in aa !=null in aa, return pointer to value
Meta
Source
See Implementation
dmd
backend
aarray
AArray
aliases
Key
applyDg
destructors
~this
functions
apply
del
destroy
get
isIn
keys
length
rehash
values
Determine if key is in aa.