[][src]Type Definition rhai::Map

type Map = HashMap<ImmutableString, Dynamic>;

Hash map of Dynamic values with ImmutableString keys.

Not available under the no_object feature.