static IntRange intRangeExcludeLast(IntRange r) { ret r == null ? null : intRange(r.start, r.end-1); }