Chunked<T> extension

on
  • Iterable<T>

Methods

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