Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface AsyncIterator<out T : ERROR CLASS: Symbol not found for JsAny??> : AsyncIteratorLike<T> , AsyncIterable<T> , AsyncDisposable
Link copied to clipboard
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
Link copied to clipboard
abstract class JsIterator<out T : ERROR CLASS: Symbol not found for JsAny??> : JsIteratorLike<T> , JsIterable<T> , Disposable
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
operator fun <T : ERROR CLASS: Symbol not found for JsAny??> AsyncIterable<T>.get(key: Symbol.asyncIterator): () -> AsyncIterator<T>
operator fun <T : ERROR CLASS: Symbol not found for JsAny??> JsIterable<T>.get(key: Symbol.iterator): () -> JsIterator<T>
Link copied to clipboard