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