Skip to main content

interface OrderedSortedMap.Types

Utility interface that provides higher-kinded types for this collection.

Properties

builder

undocumented

Definition

readonly builder: OrderedSortedMap.Builder<this['_K'], this['_V']>;

context

undocumented

Definition

readonly context: OrderedSortedMap.Context<this['_K']>;

nonEmpty

undocumented

Definition

readonly nonEmpty: OrderedSortedMap.NonEmpty<this['_K'], this['_V']>;

normal

undocumented

Definition

readonly normal: OrderedSortedMap<this['_K'], this['_V']>;

sourceContext

undocumented

Definition

readonly sourceContext: SortedMap.Context<this['_K']>;

sourceMap

undocumented

Definition

readonly sourceMap: SortedMap<this['_K'], this['_V']>;

sourceMapNonEmpty

undocumented

Definition

readonly sourceMapNonEmpty: SortedMap.NonEmpty<this['_K'], this['_V']>;