Skip to main content

interface ProximityMap.Types

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

Extends: 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: ProximityMap.Builder<this['_K'], this['_V']>;

Overrides

Types.builder

context

undocumented

Definition

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

Overrides

Types.context

nonEmpty

undocumented

Definition

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

Overrides

Types.nonEmpty

normal

undocumented

Definition

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

Overrides

Types.normal