public clear() as Void
Removes every entry from the map.
values as Map<String, Int> = {"answer": 42} values.clear() assert values.size == 0uL