Range constructor

Range(
  1. int start,
  2. int end
)

Implementation

Range(int start, int end) : r = Base(start, end);