List slice feature that allows to create sub-lists

An iterable of iterables was suggested during the discussions:

but they went with lists. I was fine with lists myself.

Regarding tuples, a list is easier to build, and a more flexible thing
to return in that it doesn’t constrain the caller’s use of each batch as
much.

Cheers,
Cameron Simpson cs@cskk.id.au