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