Skip to main content
Module

x/abstruct/iter_utils.ts

Abstract structure for JavaScript data validation
Latest
import * as abstruct from "https://deno.land/x/abstruct@1.0.0/iter_utils.ts";

Functions

Return item count.

Entries for iterable.

Whether the input is positive integer or not.

Returns an iterator object for the given iterable.

Create iterable iterable.

Returns an iterator that computes the given mapper function using arguments from each of the iterables.

Take element from iterable.