Type Alias Array

Source
pub type Array = Vec<Primitive>;
Expand description

An array value (a.k.a. vector)

Aliased Typeยง

struct Array { /* private fields */ }