Range constructor

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

Implementation

Range(this.begin, this.end);