The type of element traversed by the iterator.
SDK
- Xcode 11.0+
Framework
- Swift Standard Library
Declaration
typealias Element = (key: Key, value: Value)
Discussion
Note
This documentation comment was inherited from Iterator.
The type of element traversed by the iterator.
SDK
Framework
typealias Element = (key: Key, value: Value)
Note
This documentation comment was inherited from Iterator.