package python
Available on python
new()read onlylength:Intclear():Voidcopy():Dict<K, V>get(key:K, ?def:V):VinlinegetSafe(key:K):VinlinehasKey(k:K):Boolitems():DictView<Tuple2<K, V>>inlineiter():NativeIterator<K>inlineiterator():Iterator<V>keys():DictView<K>pop(key:K, ?def:V):Vpopitem():Tuple2<K, V>inlineremove(key:K):Voidinlineset(key:K, val:V):Voidsetdefault(key:K, ?def:V):Vupdate(d:Dict<K, V>):Voidvalues():DictView<V>
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/python/Dict.html