import { type BlockBuilder } from "https://deno.land/x/rimbu@1.0.0/list/custom/builder/block-builder.ts";
Methods
remove(index: number): T
dropFirst(): C
dropLast(): C
copy(children: C[], length: number): BlockBuilder<T, C>
splitRight(index?: number): BlockBuilder<T, C>
concat(other: BlockBuilder<T, C>, prependOther?: boolean): void
forEach(f: () => void, state?: TraverseState): void