clone method

Range clone()
inherited

Create a identical range

Implementation

Range clone() {
  return Range(start, end);
}