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