Skip to main content

interface OrderedHashMap.Types

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

Properties

builder

undocumented

Definition

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

context

undocumented

Definition

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

nonEmpty

undocumented

Definition

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

normal

undocumented

Definition

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

sourceContext

undocumented

Definition

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

sourceMap

undocumented

Definition

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

sourceMapNonEmpty

undocumented

Definition

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