Type Definition rhai::Map [−][src]
type Map = HashMap<ImmutableString, Dynamic>;
Hash map of Dynamic values with ImmutableString keys.
Not available under no_object.
type Map = HashMap<ImmutableString, Dynamic>;
Hash map of Dynamic values with ImmutableString keys.
Not available under no_object.