Skip to main content
Module

x/lazy/lib/aggregates.ts

A linq-like lazy-evaluation enumerable/iteration library that aims to support deno, node & browser
Latest
import * as lazy from "https://deno.land/x/lazy@v1.7.3/lib/aggregates.ts";

Enums

Error messages.

Type Aliases

A function that takes in an accumulated result and the next value, and outputs the next result.

A function that takes in a value and outputs a boolean.

An iterator callback function.

A function that returns whether 2 values are equal.

A function that maps one type to another.

A function that creates a string from the given value.