Skip to main content
Module

x/range_reconcile/mod.ts>FingerprintNode

Efficiently sync sets with range-based set reconciliation
Latest
class FingerprintNode
Re-export
import { FingerprintNode } from "https://deno.land/x/range_reconcile@1.0.2/mod.ts";

A node for a FingerprintTree, augmented with a label and lifted value. Can update the labels of its ancestors.

Constructors

new
FingerprintNode()

Type Parameters

optional
ValueType = string
optional
LiftType = string

Methods

updateLabel(updateParent?, reason?: string)