Skip to main content
Version: v1

IRBAugmentation Interface

Signature

export interface IRBAugmentation<TKey, TData>

Type Parameters

Parameter Description
TKey
TData

Methods

Method Return Type Description
update(node) void

Method Details

update

Signature

update(node: RBNode<TKey, TData>): void;

Parameters

Parameter Type Description
node RBNode<TKey, TData>