Generic Structure

LazySequence

A sequence containing the same elements as a Base sequence, but on which some operations such as map and filter are implemented lazily. Baseシーケンスと同じ要素を含んでいるシーケンス、しかしそれの上で何らかの演算、例えばmapfilterが遅延に実装されます。

Declaration 宣言

@frozen struct LazySequence<Base> where Base : Sequence

Overview 概要

  • See also: LazySequenceProtocol 参照:LazySequenceProtocol

Topics 話題

Type Aliases 型エイリアス

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

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

Subscripts 添え字

Relationships 関係

Conforms To 次に準拠

See Also 参照

Lazy Wrappers 遅延ラッパー