static L shiftIntRanges(int shift, Iterable l) { ret map(l, r -> shiftIntRange(shift, r)); }