Preparing search index...
The search index is not available
Welshman Docs
Welshman Docs
@welshman/lib
pushToMapKey
Function pushToMapKey
Pushes value to array at key in Map
pushToMapKey
<
K
,
T
>
(
m
:
Map
<
K
,
T
[]
>
,
k
:
K
,
v
:
T
)
:
void
Type Parameters
K
T
Parameters
m
:
Map
<
K
,
T
[]
>
Map of arrays
k
:
K
Key to push to
v
:
T
Value to push
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Welshman Docs
Loading...
Pushes value to array at key in Map