import { type AsyncCollectFun } from "https://deno.land/x/rimbu@0.13.5/core/mod.ts";
A potentially asynchronous function used in collect
methods to collect values from a collection. This is basically a single-pass map and filter.
definition: () => MaybePromise<R | CollectFun.Skip>