ChunkedOnCollection

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

Chunked.swift:148
struct ChunkedOnCollection<Base, Subject> where Base : Collection, Subject : Equatable

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