TypealiasSwift

    LazyFilterCollection

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

    typealias LazyFilterCollection<T> = LazyFilterSequence<T> where T : Collection

    Overview