interface haxe.IMap<K, V>
import haxe.Constraints;
Available on all platforms
IntMap allows mapping of Int keys to arbitrary values.
StringMap allows mapping of String keys to arbitrary values.
function keys():Iterator<K>