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#nonLeafBlock

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

Type Parameters

T
C extends Block<T, C>

Parameters

length: number
children: readonly C[]
level: number

Returns

NonLeafBlock<T, C>