Skip to main content

interface OrderedMap.Types

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

Properties

builder

undocumented

Definition

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

context

undocumented

Definition

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

nonEmpty

undocumented

Definition

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

normal

undocumented

Definition

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

sourceContext

undocumented

Definition

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

sourceMap

undocumented

Definition

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

sourceMapNonEmpty

undocumented

Definition

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