interface RMap.Types
Utility interface that provides higher-kinded types for this collection.
Implemented by: HashMap.Types
, ProximityMap.Types
Properties
builder
undocumented
builder
Definition
readonly builder:
RMap.Builder
<this['_K'], this['_V']>;
context
undocumented
context
Definition
readonly context:
RMap.Context
<this['_K']>;
nonEmpty
undocumented
nonEmpty
Definition
readonly nonEmpty:
RMap.NonEmpty
<this['_K'], this['_V']>;