Type Alias Array

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

Array.

Aliased Typeยง

struct Array { /* private fields */ }