interface SortedMultiSet.Types
Utility interface that provides higher-kinded types for this collection.
Properties
builder
undocumented
builder
Definition
readonly builder:
SortedMultiSet.Builder
<this['_T']>;
context
undocumented
context
Definition
readonly context:
SortedMultiSet.Context
<this['_T']>;
countMapContext
undocumented
countMapContext
Definition
readonly countMapContext:
SortedMap.Context
<this['_T']>;
countMapNonEmpty
undocumented
countMapNonEmpty
Definition
readonly countMapNonEmpty:
SortedMap.NonEmpty
<this['_T'], number>;
nonEmpty
undocumented
nonEmpty
Definition
readonly nonEmpty:
SortedMultiSet.NonEmpty
<this['_T']>;
normal
undocumented
normal
Definition
readonly normal:
SortedMultiSet
<this['_T']>;