Skip to main content
Module

x/aitertools/drop.ts

Well-tested utility functions dealing with async iterables
Go to Latest
import * as aitertools from "https://deno.land/x/aitertools@0.3.1/drop.ts";

Functions

Drops a specified number of elements from the beginning of an async iterable, and yields the remaining elements.

Drops elements from the beginning of an async iterable as long as a specified condition is met, and yields the remaining elements.