import { LeafTree } from "https://deno.land/x/rimbu@0.13.1/list/custom/index.ts";
Methods
_normalize(): List.NonEmpty<T>
appendMiddle(child: LeafBlock<T>): NonLeaf<T, LeafBlock<T>>
concatBlock(other: LeafBlock<T>): List.NonEmpty<T>
concatTree(other: LeafTree<T>): LeafTree<T>
copy2<T2>(): LeafTree<T2>
left: LeafBlock<T2>,
right: LeafBlock<T2>,
middle: NonLeaf<T2, LeafBlock<T2>> | null,
getChildLength(): 1
prependMiddle(child: LeafBlock<T>): NonLeaf<T, LeafBlock<T>>
streamRange(range: IndexRange, reversed?): Stream<T>
structure(): string