package @rimbu/sorted/set-custom
undocumented
Interfaces
Name | Description |
---|---|
SortedSetCreators | undocumented |
Classes
Name | Description |
---|---|
SortedSetBuilder | undocumented |
SortedSetContext | undocumented |
SortedSetEmpty | undocumented |
SortedSetInner | undocumented |
SortedSetLeaf | undocumented |
SortedSetNode | undocumented |
Functions
createSortedSetContext
undocumented
createSortedSetContext
Definition
export declare function createSortedSetContext<UT>(options?: {
comp?: Comp<UT>;
blockSizeBits?: number;
}):
SortedSet.Context
<UT>;
Type parameters
Name | Description |
---|---|
UT |
Parameters
Name | Type | Description |
---|---|---|
options | { comp?: Comp<UT>; blockSizeBits?: number; } |