[][src]Type Definition rhai::Array

type Array = Vec<Dynamic>;

Variable-sized array of Dynamic values.

Not available under the no_index feature.