pub type List<'a> = Vec<Value<'a>>;
An alias for a list of Values
pub struct List<'a> { /* private fields */ }