Range constructor

Range(
  1. Object set,
  2. Object start,
  3. Object end
)

Implementation

Range(this.set, this.start, this.end);