interface OrderedSortedSet.Types
Utility interface that provides higher-kinded types for this collection.
Properties
builder
undocumented
builderDefinition
readonly builder: OrderedSortedSet.Builder<this['_T']>;
context
undocumented
contextDefinition
readonly context: OrderedSortedSet.Context<this['_T']>;
nonEmpty
undocumented
nonEmptyDefinition
readonly nonEmpty: OrderedSortedSet.NonEmpty<this['_T']>;
normal
undocumented
normalDefinition
readonly normal: OrderedSortedSet<this['_T']>;
sourceContext
undocumented
sourceContextDefinition
readonly sourceContext: SortedSet.Context<this['_T']>;
sourceSetNonEmpty
undocumented
sourceSetNonEmptyDefinition
readonly sourceSetNonEmpty: SortedSet.NonEmpty<this['_T']>;