_d_aaIn
fn
auto _d_aaIn(T : V[K], K, V, K2)(inout T a, auto ref scope K2 key)Lookup key in aa. Called only from implementation of (key in aa) expressions.
Parameters
a | associative array opaque pointer |
key | reference to the key value |
Returns
pointer to value if present, null otherwise