Skip to main content
Module

x/abstruct/iter_utils.ts

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

Functions

Entries for iterable.

Return item count.

Whether the input is positive integer or not.

Returns an iterator object for the given iterable.

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

Take element from iterable.