isInside method

bool isInside(
  1. SubRange range
)

Implementation

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