UNPKG

sonic-forest

Version:

High-performance (binary) tree and sorted map implementation (AVL, Splay, Radix, Red-Black)

3 lines (2 loc) 127 B
import type { HeadlessNode2 } from '../types2'; export declare const splay2: <N extends HeadlessNode2>(root: N, node: N) => N;