Preparing search index...
The search index is not available
@juulsgaard/ts-tools
@juulsgaard/ts-tools
iterateMap
Function iterateMap
iterate
Map
<
TKey
,
TVal
>
(
map
,
callback
)
:
void
Iterate through a map and execute the callback for every element
Type Parameters
TKey
TVal
Parameters
map
:
ReadonlyMap
<
TKey
,
TVal
>
callback
:
(
(
val
:
TVal
,
key
:
TKey
)
=>
void
)
(
val
,
key
)
:
void
Parameters
val
:
TVal
key
:
TKey
Returns
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@juulsgaard/ts-tools
Loading...
Iterate through a map and execute the callback for every element