dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
AArray.isIn
dmd
backend
aarray
AArray
Determine if key is in aa.
struct
AArray
(TKey, Value)
nothrow @
trusted
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
functions
apply
del
destroy
get
isIn
keys
length
rehash
values
Determine if key is in aa.