Skip to main content
Module

x/rimbu/common/collect.ts

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Latest
import * as rimbu from "https://deno.land/x/rimbu@1.2.1/common/collect.ts";

Variables

Indicates, when returned from a collect function, to skip the value.

Type Aliases

A potentially asynchronous function used in collect methods to collect values from a collection. This is basically a single-pass map and filter.

A function used in collect methods to collect values from a collection. This is basically a single-pass map and filter.

Indicates, when returned from a collect function, to skip the value.