_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
Type: AA

associative array opaque pointer

keyti
Type: TypeInfo

TypeInfo for the key

pkey
Type: void*

pointer to the key value

Return Value

Type: inout(void)*

pointer to value if present, null otherwise

Suggestion Box / Bug Report