This is similar to StringMap excepts that it does not sanitize the keys. As a result, it will be faster to access the map for reading, but it might fail with some reserved keys such as constructor or prototype.

Constructor

new()

Methods

inlineclear():Void

@:has_untypedinlineexists(key:String):Bool

@:has_untypedinlineget(key:String):Null<T>

inlineiterator():Iterator<T>

@:has_untypedremove(key:String):Bool

@:has_untypedinlineset(key:String, value:T):Void

@:has_untypedtoString():String