XCode 10.2 日本語化計画:Swift 標準ライブラリ String.Iterator
文書   >   Swift   >   String   >   Iterator
利用可能な概要はありません。
func next() -> Character?
Collection
Sequence
struct Substring
文字列のスライス。
protocol StringProtocol
文字列を文字のコレクションとして表すことができる型。
struct String.Index
文字列内の文字またはコード単位の位置。
struct String.UnicodeScalarView
Unicode スカラー値のコレクションとしての文字列の内容のビュー。
struct String.UTF16View
UTF-16 コード単位のコレクションとしての文字列の内容のビュー。
struct String.UTF8View
UTF-8 コード単位のコレクションとしての文字列の内容のビュー。
struct String.Encoding