ts::Range struct

Range in the source code (start and end Points).

Contents

Supports the equality operators.

Public functions

auto overlaps(const Range&) const -> bool
Check if two ranges overlap.

Public variables

Location start
Start of the range.
Location end
End of the range (exclusive).