interface OrderedSet.Types
Utility interface that provides higher-kinded types for this collection.
Properties
builder
undocumented
builder
Definition
readonly builder:
OrderedSet.Builder
<this['_T']>;
context
undocumented
context
Definition
readonly context:
OrderedSet.Context
<this['_T']>;
nonEmpty
undocumented
nonEmpty
Definition
readonly nonEmpty:
OrderedSet.NonEmpty
<this['_T']>;
normal
undocumented
normal
Definition
readonly normal:
OrderedSet
<this['_T']>;
sourceContext
undocumented
sourceContext
Definition
readonly sourceContext:
RSet.Context
<this['_T']>;
sourceSetNonEmpty
undocumented
sourceSetNonEmpty
Definition
readonly sourceSetNonEmpty:
RSet.NonEmpty
<this['_T']>;