Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/common/collect.ts

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
import * as rimbu from "https://deno.land/x/rimbu@1.0.2/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.