Type Definition rhai::Map[][src]

type Map = BTreeMap<Identifier, Dynamic>;

Hash map of Dynamic values with ImmutableString keys.

Not available under no_object.