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"
null not in aa !=null in aa, return pointer to value
See Implementation
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"