public native remove(key as K) as Boolean
Removes an entry.
key
True if the key existed.
values = ts:{"answer": 42} assert values.remove("answer")