pub type Span = Range<usize>;
Byte span of ast fragment
Compute byte span of an ast fragment
Compute the minimal span containing both self and other