import { GenBuilder } from "https://deno.land/x/rimbu@0.13.1/list/custom/index.ts";
Constructors
new
GenBuilder(context: ListContext, builder?: LeafBuilder<T>)Properties
append: (value: T) => void
appendAll: (values: StreamSource<T>) => void
forEach: (f: () => void, state?: TraverseState) => void
insert: (index: number, value: T) => void
prepend: (value: T) => void