Type Definition rhai::Array[][src]

type Array = Vec<Dynamic>;

Variable-sized array of Dynamic values.

Not available under no_index.