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