import { type CollectFun } from "https://deno.land/x/rimbu@1.2.0/common/index.ts";
const { Skip } = CollectFun;
Indicates, when returned from a collect function, to skip the value.
import { CollectFun } from "https://deno.land/x/rimbu@1.2.0/common/index.ts";
const { Skip } = CollectFun;
Indicates, when returned from a collect function, to skip the value.