Skip to main content
Module

x/rimbu/list/custom/implementation/tree/operations.ts>treeUpdate

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
function treeUpdate
import { treeUpdate } from "https://deno.land/x/rimbu@1.1.0/list/custom/implementation/tree/operations.ts";

Type Parameters

T
TS extends Tree<T, TS, TB, C>
TB extends Block<T, TB, C>
C

Parameters

tree: any
index: number
update: Update<T>