typealias Unicode.Scalar.UTF16View.Indices
A type that represents the indices that are valid for subscripting the collection, in ascending order.
昇順での、コレクションの添え字として有効なインデックスを表す型。
typealias Unicode.Scalar.UTF16View.Element
A type representing the sequence’s elements.
このシーケンスの持つ要素を表している型。
typealias Unicode.Scalar.UTF16View.Index
A type that represents a position in the collection.
コレクションの中のある位置を表す型。
typealias Unicode.Scalar.UTF16View.Iterator
A type that provides the collection’s iteration interface and encapsulates its iteration state.
そのコレクションの持つ反復インターフェイスを提供してそれの反復状態をカプセル化するある型。
typealias Unicode.Scalar.UTF16View.SubSequence
A collection representing a contiguous subrange of this collection’s elements. The subsequence shares indices with the original collection.