Available on all platforms
HashMap allows mapping of hashable objects to arbitrary values.
See Map for documentation details.
Map
See also:
https://haxe.org/manual/std-Map.html
@:implinlineclear():Void
See Map.clear
Map.clear
@:implcopy():HashMap<K, V>
See Map.copy
Map.copy
@:implinlineexists(k:K):Bool
See Map.exists
Map.exists
@:implinlineget(k:K):Null<V>
See Map.get
Map.get
@:implinlineiterator():Iterator<V>
See Map.iterator
Map.iterator
@:implinlinekeys():Iterator<K>
See Map.keys
Map.keys
@:implinlineremove(k:K):Bool
See Map.remove
Map.remove
@:implinlineset(k:K, v:V):Void
See Map.set
Map.set