Range constructor

Range(
  1. int _start,
  2. int _end
)

Implementation

Range(this._start, this._end);