ds.StringMap

StringMap<T>

package haxe-ds

implements IMap<String, T>

Available on all platforms

StringMap allows mapping of String keys to arbitrary values.

See Map for documentation details.

See:

Constructor

new ()

Creates a new StringMap.

Methods

exists