next()

Default implementation of next() in terms of next(isolation:), which is required to maintain backward compatibility with existing async iterators.

Declaration

mutating func next() async throws(Self.Failure) -> Self.Element?