Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/range_reconcile/src/fingerprint_tree/fingerprint_tree.ts>FingerprintTree#getLowestValue

Efficiently sync sets with range-based set reconciliation
Go to Latest
method FingerprintTree.prototype.getLowestValue
import { FingerprintTree } from "https://deno.land/x/range_reconcile@0.1.0/src/fingerprint_tree/fingerprint_tree.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.

Returns

ValueType