Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/rimbu/stream/async-custom/async-fast-iterator-base.ts>AsyncDropIterator

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
class AsyncDropIterator
extends AsyncFastIteratorBase<T>
import { AsyncDropIterator } from "https://deno.land/x/rimbu@1.0.4/stream/async-custom/async-fast-iterator-base.ts";

Constructors

new
AsyncDropIterator(source: AsyncFastIterator<T>, amount: number)

Properties

remain: number

Methods

fastNext<O>(otherwise?: AsyncOptLazy<O>): Promise<T | O>