Generic Structure

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 話題

Type Aliases 型エイリアス

Instance Properties 様々なインスタンスプロパティ

Instance Methods インスタンスメソッド

Subscripts 添え字

Structures 構造体

Relationships 関係

Conforms To 次に準拠

See Also 参照

Lazy Wrappers 遅延ラッパー