import { CollectFun } from "https://deno.land/x/rimbu@0.13.1/core/main/index.ts";
Variables
Indicates, when returned from a collect function, to skip the value. |
Type Aliases
Indicates, when returned from a collect function, to skip the value. |
import { type CollectFun } from "https://deno.land/x/rimbu@0.13.1/core/main/index.ts";
A function used in collect
methods to collect values from a collection. This is basically a single-pass map and filter.
definition: () => R | CollectFun.Skip