Function HashMap.opBinaryRight

key in table

V* opBinaryRight(string op, K) (
  K k
)
if (op == "in");

Returns

pointer to stored value (if key in table) or null