svoid sortIntRangesInPlace(L l) { sortInPlaceByCalculatedField(l, r -> r.start); }