static IntRange intRangeFromStartAndLength(int start, int length) { ret IntRange(start, start+length); }