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