_aaGetRvalueX

Lookup *pkey in aa. Called only from implementation of (aakey) expressions when value is not mutable.

extern (C)
inout(void)*
_aaGetRvalueX
(
inout AA aa
,
scope const TypeInfo keyti
,
const size_t valsz
,
scope const void* pkey
)

Parameters

aa AA

associative array opaque pointer

keyti TypeInfo

TypeInfo for the key

valsz size_t

ignored

pkey void*

pointer to the key value

Return Value

Type: inout(void)*

pointer to value if present, null otherwise

Meta