Contents

next()

Asynchronously advances to the next element and returns it.

Declaration

mutating func next() async -> [AppExtensionIdentity]?

Return Value

The next element, if it exists, or nil to signal the end of the sequence.

See Also

Iterating the Sequence