[][src]Type Definition haru::ast::ast::Span

type Span = (usize, usize);

Span of the AST node, represented by a tuple of (from, to) indexes