Wraps key in aa to the internal associative array.
Operation, here "in".
Key.
A pointer to the value of the key passed, or null if it isn't in the associative array
RehashingAA!(int[string]) aa; aa["abc"] = 123; assert("abc" in aa);
Wraps key in aa to the internal associative array.