Skip to main content
Module

x/rimbu/mod.ts>CollectFun.Skip

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
type alias CollectFun.Skip
import { type CollectFun } from "https://deno.land/x/rimbu@0.13.1/mod.ts";
const { Skip } = CollectFun;

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

definition: Skip
variable CollectFun.Skip
import { CollectFun } from "https://deno.land/x/rimbu@0.13.1/mod.ts";
const { Skip } = CollectFun;

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

type

symbol