Static methods
staticinlineexists(this:NativeMap<K, V>, k:K):Bool
staticinlineflatMap<B>(this:NativeMap<K, V>, f:(item:V) ‑> Iterable<B>):Array<B>
staticinlineget(this:NativeMap<K, V>, k:K):Null<V>
staticinlineiterator(this:NativeMap<K, V>):Iterator<V>
staticinlinekeys(this:NativeMap<K, V>):Iterator<K>
staticinlineremove(this:NativeMap<K, V>, k:K):Bool
staticinlineset(this:NativeMap<K, V>, k:K, v:V):Void