Type Alias

String.Iterator.Element

The type of element traversed by the iterator. このイテレータによって辿っていかれる要素の型。

Declaration 宣言

typealias String.Iterator.Element = Character

Discussion 解説