Available on all platforms
Dictionary
@:value({ maxDepth : 1 })inlinenew(maxDepth:Int = 1)
read onlycount:Int
ks:Array<K>
maxDepth:Int
vs:Array<V>
inlineclear():Void
inlineexists(k:K):Bool
get(k:K):V
inlinegetIndex(k:K):Int
getKey(v:V):K
inlinegetValueIndex(v:V):Int
inlineiterator():Iterator<V>
inlinekeys():Iterator<K>
remove(k:K):Bool
inlineremoveIndex(i:Int):Void
removeValue(v:V):Void
set(k:K, v:V):Int
toString():String