static IntRange intRangeFromTo(int start, int end) {
  ret intRange(start, end);
}