StructureSwift

    LazyFilterSequence

    A sequence whose elements consist of the elements of some base sequence that also satisfy a given predicate.

    @frozen struct LazyFilterSequence<Base> where Base : Sequence

    Overview

    Members

    Typealiases

    • typealias Element

      A type representing the sequence’s elements.

    • typealias Index

      A type that represents a valid position in the collection.

    • typealias SubSequence

      A collection representing a contiguous subrange of this collection’s elements. The subsequence shares indices with the original collection.

    Instance Subscripts

    Instance Properties

    Instance Methods

    Structures

    • struct Iterator

      An iterator over the elements traversed by some base iterator that also satisfy a given predicate.

    Removed Members

    Instance Methods