static ItIt> allSubListsOfLength_iterator(int m, L l) { ret mapI(countIterator_inclusive(0, l(l)-m), i -> subList(l, i, i+m)); }