_aaIn

Get pointer to value in associative array indexed by key. Returns null if it is not already there. Used for both "aakey" and "key in aa"

extern (C)
void*
_aaIn
out (result) {}

Return Value

Type: void*

null not in aa !=null in aa, return pointer to value

Meta