ChunkedByCollection

A collection wrapper that breaks a collection into chunks based on a predicate.

Chunked.swift:16
struct ChunkedByCollection<Base, Subject> where Base : Collection

Call lazy.chunked(by:) on a collection to create an instance of this type.