Type Aliasswift 6.0.1Swift
Element
The type of element returned by next()
.
typealias Element = (offset: Int, element: Base.Element)
Other members in extension
Instance members
func next(
) -> EnumeratedSequence<Base>.Iterator.Element? Advances to the next element and returns it, or
nil
if no next element exists.