Type Definition rhai::Array[][src]

pub type Array = Vec<Dynamic>;
Expand description

Variable-sized array of Dynamic values.

Not available under the no_index feature.