Structure

LazyMapSequence.Iterator

A type that provides the collection’s iteration interface and encapsulates its iteration state. そのコレクションの持つ反復インターフェイスを提供してそれの反復状態をカプセル化するある型。

Declaration 宣言

@frozen struct Iterator

Overview 概要

By default, a collection conforms to the Sequence protocol by supplying IndexingIterator as its associated Iterator type. 初期状態で、あるコレクションはSequenceプロトコルに、IndexingIteratorをそれの関連Iterator型として提供することによって準拠します。

Topics 話題

Type Aliases 型エイリアス

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

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

Relationships 関係

From Protocol 由来プロトコル

Conforms To 次に準拠