Chunked<T> extension

on

Methods

chunked<R>(int size, [ChunkedTransform<List<T>, R>? transform]) Iterable<R>
Splits into a list of lists, each not exceeding the given size.