import { LeafBlockBuilder } from "https://deno.land/x/rimbu@0.13.1/list/custom/index.ts";
Constructors
Methods
concat(other: LeafBlockBuilder<T>, prependOther?): void
copy(children: T[]): LeafBlockBuilder<T>
forEach(f: () => void, state?: TraverseState): void
normalized(): LeafBuilder<T> | undefined
splitRight(index?): LeafBlockBuilder<T>