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.
Asynchronously advances to the next element and returns it.
mutating func next() async -> [AppExtensionIdentity]?The next element, if it exists, or nil to signal the end of the sequence.