static IntRange intRangeWithLen(int start, int len) { ret new IntRange(start, start+len); }