EvenlyChunkedCollection

A collection wrapper that evenly breaks a collection into a given number of chunks.

Chunked.swift:203
struct EvenlyChunkedCollection<Base> where Base : Collection