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

makeIterator()

Returns an iterator over the elements of the collection. コレクションの要素すべてを対象としたイテレータを返します。

Declaration 宣言

func makeIterator() -> String.Iterator

Discussion 解説

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Iterating over a String's Characters 文字列の持つ文字のすべてにわたって反復する