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

Gets the number of entries stored in this synchronized hash map.

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