Skip to main content

package @rimbu/list/custom

undocumented

Interfaces

NameDescription
Block<T,TS,C>undocumented
BlockBuilder<T,C>undocumented
BuilderBase<T,C>undocumented
LeafBuilder<T>undocumented
ListCreatorsundocumented
ListFactoryundocumented
NonLeaf<T,C>undocumented
Tree<T,TS,TB,C>undocumented

Classes

NameDescription
CacheMapundocumented
Emptyundocumented
GenBuilderundocumented
LeafBlockundocumented
LeafBlockBuilderundocumented
LeafTreeundocumented
LeafTreeBuilderundocumented
ListContextundocumented
NonLeafBlockundocumented
NonLeafBlockBuilderundocumented
NonLeafTreeundocumented
NonLeafTreeBuilderundocumented
ReversedLeafBlockundocumented

Functions

createEmptyList

undocumented

Definition

export declare function createEmptyList(context: ListContext): List<any>;

Parameters

NameTypeDescription
contextListContext

createListContext

undocumented

Definition

export declare function createListContext(options?: {
  blockSizeBits?: number;
}): List.Context;

Parameters

NameTypeDescription
options{
  blockSizeBits?: number;
}