Preparing search index...
The search index is not available
prelude
prelude
prelude/Map.js
Map
Class Map<K, V>
A mapping from
K
to
V
where
K
must have a
Ord
instance.
Type Parameters
K
V
Index
Constructors
constructor
Properties
tree
Methods
[iterator]
Constructors
constructor
new
Map
<
K
,
V
>
(
)
:
Map
<
K
,
V
>
Type Parameters
K
V
Returns
Map
<
K
,
V
>
Properties
tree
tree
:
Node
<
[
K
,
V
]
>
Methods
[iterator]
[iterator]
(
)
:
IterableIterator
<
readonly
[
K
,
V
]
>
Returns
IterableIterator
<
readonly
[
K
,
V
]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
tree
[iterator]
prelude
prelude
prelude/Json.js
prelude/Map.js
prelude/Set.js
Generated using
TypeDoc
A mapping from
K
toV
whereK
must have a Ord instance.