static LL tokSubLists(L l, Iterable ranges) { ret map(ranges, r -> tokSubList(l, r)); }