typealias Dictionary.Iterator.Element
The type of element traversed by the iterator.
このイテレータによって辿っていかれる要素の型。
Dictionary<Key, Value>
.
Dictionary<Key, Value>
のメンバーすべてを対象とするイテレータ。
Availability
Technology
@frozen struct Iterator
typealias Dictionary.Iterator.Element
var customMirror : Mirror
func next() -> (key: Key, value: Value)?
nil
if no next element exists.
次の要素へ進んでそれを返します、または次の要素が存在しないならばnil
を返します。
struct Dictionary.Keys
struct Dictionary.Values
struct Dictionary.Index
typealias Dictionary.Indices