Type Alias Array

pub type Array = Vec<Dynamic>;
Expand description

Variable-sized array of Dynamic values.

Not available under no_index.

Aliased Typeยง

pub struct Array { /* private fields */ }