import { FingerprintTree } from "https://deno.land/x/range_reconcile@1.0.2/mod.ts";
Return the lowest value within this tree. Useful for constructing the maximum range of the tree, which will be [x, x) where x is the result of this function.
x/range_reconcile/mod.ts>FingerprintTree#getLowestValue
import { FingerprintTree } from "https://deno.land/x/range_reconcile@1.0.2/mod.ts";
Return the lowest value within this tree. Useful for constructing the maximum range of the tree, which will be [x, x) where x is the result of this function.