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

associative array opaque pointer

keyti
Type: TypeInfo

TypeInfo for the key

valsz
Type: size_t

ignored

pkey
Type: void*

pointer to the key value

Return Value

Type: inout(void)*

pointer to value if present, null otherwise

Suggestion Box / Bug Report