Skip to main content

interface RMapBase.Types

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

Extends: VariantMapBase.Types

Implemented by: OrderedMapBase.Types, SortedMap.Types, RMap.Types

Properties

_K

The key type.

Definition

readonly _K: K;

Overrides

KeyValue._K

_V

The value type.

Definition

readonly _V: V;

Overrides

KeyValue._V

builder

undocumented

Definition

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

context

undocumented

Definition

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

nonEmpty

undocumented

Definition

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

Overrides

Types.nonEmpty

normal

undocumented

Definition

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

Overrides

Types.normal