Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/iter/lib/internal/util.ts

A bunch of utilities for working with iterables, many inspired by the native array methods.
Latest
import * as iter from "https://deno.land/x/iter@v3.2.3/lib/internal/util.ts";

Functions

Curries a iter function for partial application.

Check if a value is an iterable.

Creates a function which always returns the same value.

Strips an iterable of all other properties so it only contains the iterator symbol