pub type Span<'s> = Spanned<&'s [Value]>;
Borrowed array like [1,2,3] + span information
[1,2,3]
pub struct Span<'s> { /* private fields */ }