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