import { type Patch } from "https://deno.land/x/rimbu@1.2.0/deep/index.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@1.2.0/deep/index.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.