Package-level declarations

Types

Link copied to clipboard
interface AsyncIterable<out T : JsAny?>
Link copied to clipboard
Link copied to clipboard
interface AsyncIteratorLike<out T : JsAny?>
Link copied to clipboard
sealed interface IteratorResult<out T : JsAny?, out TReturn : JsAny?>
Link copied to clipboard
Link copied to clipboard
interface JsIterable<out T : JsAny?>
Link copied to clipboard
abstract class JsIterator<out T : JsAny?> : JsIteratorLike<T> , JsIterable<T> , Disposable
Link copied to clipboard
interface JsIteratorLike<out T : JsAny?>
Link copied to clipboard
interface SuspendableIterator<out T : JsAny?>

Functions

Link copied to clipboard
Link copied to clipboard
fun <T : JsAny?> SuspendableIterator(source: ChannelIterator<T>): SuspendableIterator<T>
Link copied to clipboard
Link copied to clipboard
fun <T> JsIterator<T>.toList(): List<T>
Link copied to clipboard
fun <T> JsIterator<T>.toSet(): Set<T>