Type Alias rhai::Array

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

Variable-sized array of Dynamic values.

Not available under no_index.

Aliased Type§

struct Array { /* private fields */ }