klyn.collections.SortedMap.operator in
method
public native operator in(key as K) as Boolean
Description

Returns whether the map contains a key.

Parameters
ParameterDescription
keyThe key to search for.
Returns

True when the key exists.

Example
values = t:{"answer": 42}
assert "answer" in values