//! A half-open source range in the coordinates `syn` reports.
use crateIrSpan;
/// Where a site starts and where it ends.
///
/// Both points use `syn`'s coordinates: a one-based line and a zero-based
/// character column. The report's zero-based UTF-8 byte columns are derived
/// from these by the resolver, which holds the exact source text.