SuspendableIterator

interface SuspendableIterator<out T>(source)

Functions

Link copied to clipboard
abstract suspend operator fun hasNext(): Boolean
Link copied to clipboard
abstract operator fun next(): T