covers method

bool covers(
  1. SubRange range
)

Implementation

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