Type Alias tc::input::Span

source ยท
pub type Span = (Pos, Pos);
Expand description

Byte span into an input stream (first pos, one past last pos)