static ItIt intRangesIterator(Iterable l) { ret nestedIterator(l, r -> countIterator(r.start, r.end)); }