import { type Patch } from "https://deno.land/x/rimbu@0.13.5/deep/mod.ts";
const { Func } = Patch;
A function patch type that is a function taking the current value, the parent and root values, and returns a return value.
import { type Patch } from "https://deno.land/x/rimbu@0.13.5/deep/mod.ts";
const { Func } = Patch;
A function patch type that is a function taking the current value, the parent and root values, and returns a return value.