Type Alias

Unicode.Scalar.UTF8View.Iterator

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

Declaration 宣言

typealias Iterator = IndexingIterator<Unicode.Scalar.UTF8View>

Discussion 解説

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