static L intsToSize1Ranges(L l) { ret map(l, func(int i) -> IntRange { intRange(i, i+1) }); }