Package-level declarations

Types

Link copied to clipboard
actual external interface AsyncIterable<out T : ERROR CLASS: Symbol not found for JsAny??>
actual external interface AsyncIterable<out T : ERROR CLASS: Symbol not found for JsAny??> : JsAny
expect interface AsyncIterable<out T : ERROR CLASS: Symbol not found for JsAny??> : <ERROR CLASS> ERROR CLASS: Symbol not found for JsAny
Link copied to clipboard
interface AsyncIterator<out T : ERROR CLASS: Symbol not found for JsAny??> : AsyncIteratorLike<T> , AsyncIterable.Mixin<T> , AsyncDisposable.Mixin
Link copied to clipboard
interface AsyncIteratorLike<out T : ERROR CLASS: Symbol not found for JsAny??>
Link copied to clipboard
interface IteratorResult<out T : ERROR CLASS: Symbol not found for JsAny??, out TReturn : ERROR CLASS: Symbol not found for JsAny??>
Link copied to clipboard
interface IteratorReturnResult<out TReturn : ERROR CLASS: Symbol not found for JsAny??> : IteratorResult<Void, TReturn>
Link copied to clipboard
interface IteratorYieldResult<out TYield : ERROR CLASS: Symbol not found for JsAny??> : IteratorResult<TYield, Void>
Link copied to clipboard
actual external interface JsIterable<out T : ERROR CLASS: Symbol not found for JsAny??>
actual external interface JsIterable<out T : ERROR CLASS: Symbol not found for JsAny??> : JsAny
expect interface JsIterable<out T : ERROR CLASS: Symbol not found for JsAny??> : <ERROR CLASS> ERROR CLASS: Symbol not found for JsAny
Link copied to clipboard
abstract class JsIterator<out T : ERROR CLASS: Symbol not found for JsAny??> : JsIteratorLike<T> , JsIterable.Mixin<T> , Disposable.Mixin
Link copied to clipboard
interface JsIteratorLike<out T : ERROR CLASS: Symbol not found for JsAny??>

Functions

Link copied to clipboard
fun <T : ERROR CLASS: Symbol not found for JsAny??> AsyncIterable<T>.[@@asyncIterator](): AsyncIterator<T>
Link copied to clipboard
fun <T : ERROR CLASS: Symbol not found for JsAny??> JsIterable<T>.[@@iterator](): JsIterator<T>
Link copied to clipboard
fun <T : ERROR CLASS: Symbol not found for JsAny??> AsyncIterable<T>.asFlow(): Flow<T>
Link copied to clipboard
Link copied to clipboard
inline fun <T : ERROR CLASS: Symbol not found for JsAny??, TReturn : ERROR CLASS: Symbol not found for JsAny??> isYield(result: IteratorResult<T, TReturn>): Boolean
Link copied to clipboard
operator fun <T : ERROR CLASS: Symbol not found for JsAny??> JsIterable<T>.iterator(): Iterator<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>