[][src]Type Definition rhai::Map

type Map = HashMap<String, Dynamic>;

An dynamic hash map of Dynamic values with String keys.

Not available under the no_object feature.