dmd_aaGet

Get pointer to value in associative array indexed by key. Add entry for key if it is not already there, returning a pointer to a null Value. Create the associative array if it does not already exist.

extern (C++)
Value*
dmd_aaGet
(
AA** paa
,
Key key
)

Meta