Skip to main content
Module

x/rimbu/sorted/set-custom/implementation/immutable.ts>SortedSetNode#filter

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
method SortedSetNode.prototype.filter
import { SortedSetNode } from "https://deno.land/x/rimbu@1.0.3/sorted/set-custom/implementation/immutable.ts";

Parameters

pred: (
value: T,
index: number,
halt: () => void,
) => boolean