TypealiasSwift

    LazyPrefixWhileCollection

    A lazy collection wrapper that includes the initial consecutive elements of an underlying collection that satisfy a predicate.

    typealias LazyPrefixWhileCollection<T> = LazyPrefixWhileSequence<T> where T : Collection

    Overview