static long totalLongRangesLength(Iterable l) { long total = 0; fOr (LongRange r : l) total += r.length(); ret total; }