API documentation
interface haxe.IMap<K, V>
import haxe.Constraints;
IntMap allows mapping of Int keys to arbitrary values.
ObjectMap allows mapping of object keys to arbitrary values.
StringMap allows mapping of String keys to arbitrary values.