_aaInX

Lookup *pkey in aa. Called only from implementation of (key in aa) expressions.

extern (C)
inout(void)*
_aaInX
(
inout AA aa
,
scope const TypeInfo keyti
,
scope const void* pkey
)

Parameters

aa AA

associative array opaque pointer

keyti TypeInfo

TypeInfo for the key

pkey void*

pointer to the key value

Return Value

Type: inout(void)*

pointer to value if present, null otherwise

Meta