Array

Type Alias Array 

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

Owned array like [1,2,3] + span information

Aliased Typeยง

pub struct Array { /* private fields */ }