import { ReversedLeafBlock } from "https://deno.land/x/rimbu@0.13.1/list/custom/index.ts";
Methods
_mutateSplitRight(childIndex?): LeafBlock<T>
appendInternal(value: T): LeafBlock<T>
concatChildren(other: LeafBlock<T>): LeafBlock<T>
dropChildren(childAmount: number): LeafBlock<T>
prependInternal(value: T): LeafBlock<T>
streamRange(range: IndexRange, reversed?): Stream<T>
structure(): string
takeChildren(childAmount: number): LeafBlock<T>
toArray(range?: IndexRange, reversed?): T[] | any