Type Definition rhai::Array

source · []
pub type Array = Vec<Dynamic>;
Expand description

Variable-sized array of Dynamic values.

Not available under no_index.