isBefore method

bool isBefore(
  1. SubRange range
)

Implementation

bool isBefore(SubRange range) => high < range.low;