import { type BlockBuilder } from "https://deno.land/x/rimbu@0.13.1/list/custom/index.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