klyn.collections.HashMap.size
property
public readonly native property size as ULong
Description

Gets the number of entries stored in this hash map.

values = HashMap<String, Int>()
values["answer"] = 42
assert values.size == 1