Range.empty constructor

Range.empty()

empty range - same as range(0)

Implementation

factory Range.empty() => Range(0, 0, 1);