mizchi/js/builtins/iterator does not have a README file
#externalpub(all) type AsyncIterator[T]
async fn[T] AsyncIterator::next(self : AsyncIterator[T]) -> T?
fn[T] AsyncIterator::to_any(self : AsyncIterator[T]) -> @mizchi/js/core.AnyAny
#externalpub(all) type JsIterator[T]
fn[T] JsIterator::as_any(self : JsIterator[T]) -> @mizchi/js/core.AnyAny
fn[T] JsIterator::drop(self : JsIterator[T], limit : Int) -> JsIterator[T]
fn[T] JsIterator::from(v : @mizchi/js/core.AnyAny) -> JsIterator[T]
fn[T] JsIterator::iter(self : JsIterator[T]) -> Iter[T]
fn[T] JsIterator::next(self : JsIterator[T]) -> T?
fn[T] JsIterator::take(self : JsIterator[T], limit : Int) -> JsIterator[T]
fn[T] JsIterator::toArray(self : JsIterator[T]) -> Array[T]
fn[T] JsIterator::to_any(self : JsIterator[T]) -> @mizchi/js/core.AnyAny
Install
js bindings for builtins/web/node/deno/bun (browser APIs split to mizchi/js_browser)
Dependencies
Powered by MoonBit
© 2026 mooncakes.io