Contents

next()

Returns the next element in the sequence.

Declaration

mutating func next() async -> AVAssetImageGenerator.Images.Element?

Return Value

The next element, or nil if no more exist.

See Also

Iterating elements