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