Hash maps
There are several hash map implementations available in the game. Most importantly, inkHashMap
(Uint64 -> ref<IScriptable>
) and inkWeakHashMap
(Uint64 -> wref<IScriptable>
). All custom classes extend IScriptable
therefore they can be used as values in those hash maps.
Last updated