ds.UnsafeStringMap

UnsafeStringMap<T>

package haxe-ds

implements IMap<String, T>

Available on flash

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

inline exists (key:登录查看完整内容