interface haxe.IMap<K, V>

import haxe.Constraints;

Available on all platforms

Instance Fields

function keys():Iterator<K>