public native operator in(key as K) as Boolean
Returns whether the map contains a key.
key
True when the key exists.
values = t:{"answer": 42} assert "answer" in values