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