Constructor

new()

Variables

read onlylength:Int

Methods

copy():Dict<K, V>

get(key:K, ?def:V):V

inlinegetSafe(key:K):V

inlinehasKey(k:K):Bool

inlineiter():NativeIterator<K>

inlineiterator():Iterator<V>

pop(key:K, ?def:V):V

popitem():Tuple2<K, V>

inlineremove(key:K):Void

inlineset(key:K, val:V):Void

setdefault(key:K, ?def:V):V

update(d:Dict<K, V>):Void