Map.hx 114 B

12345
  1. typedef Map<K, V> = haxe.ds.Map<K, V>;
  2. @:dox(hide)
  3. @:deprecated
  4. typedef IMap<K, V> = haxe.Constraints.IMap<K, V>;