Type Alias

Dictionary.Iterator.Element

The type of element traversed by the iterator.

Declaration

typealias Element = (key: Key, value: Value)

Discussion

Relationships

From Protocol