import { FingerprintTree } from "https://deno.land/x/range_reconcile@1.0.2/mod.ts";
Insert a value into the tree. Will create a lifted value for the resulting node, and update the labels of all rotated and parent nodes in the tree.
x/range_reconcile/mod.ts>FingerprintTree#insert
import { FingerprintTree } from "https://deno.land/x/range_reconcile@1.0.2/mod.ts";
Insert a value into the tree. Will create a lifted value for the resulting node, and update the labels of all rotated and parent nodes in the tree.