Available on hl
@:impl@:hlNative("std","hiexists")exists(key:Int):Bool
@:impl@:hlNative("std","higet")get(key:Int):Dynamic
@:implinlineiterator():NativeArrayIterator_Dynamic
@:impl@:hlNative("std","hikeys")keysArray():NativeArray<Int>
@:impl@:hlNative("std","hiremove")remove(key:Int):Bool
@:impl@:hlNative("std","hiset")set(key:Int, value:Dynamic):Void
@:impl@:hlNative("std","hivalues")valuesArray():NativeArray<Dynamic>