Contents

LazyFilterSequence

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

Declaration

@frozen struct LazyFilterSequence<Base> where Base : Sequence

Overview

Topics

Instance Properties

Instance Methods

Default Implementations

See Also

Lazy Wrappers