IntegerRange constructor

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

Implementation

IntegerRange(int this.begin, int this.end);