Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rimbu/list/custom/context.ts>ListContext#nonLeafTreeBuilder

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
method ListContext.prototype.nonLeafTreeBuilder
import { ListContext } from "https://deno.land/x/rimbu@1.0.3/list/custom/context.ts";

Type Parameters

T
C extends BlockBuilder<T>

Parameters

level: number
left: NonLeafBlockBuilder<T, C>
right: NonLeafBlockBuilder<T, C>
optional
middle: NonLeafBuilder<T, NonLeafBlockBuilder<T, C>>
optional
length: number

Returns

NonLeafTreeBuilder<T, C>