@juulsgaard/ts-tools
Preparing search index...
iterateMap
Function iterateMap
iterateMap
<
TKey
,
TVal
>
(
map
:
ReadonlyMap
<
TKey
,
TVal
>
,
callback
:
(
val
:
TVal
,
key
:
TKey
)
=>
void
,
)
:
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
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