Type Definition rhai::Array[][src]

type Array = Vec<Dynamic>;
Expand description

Variable-sized array of Dynamic values. Not available under no_index.