@mikuroxina/mini-fn
Preparing search index...
Record
insertWithKey
Function insertWithKey
insertWithKey
<
K
extends
string
,
V
>
(
combiner
:
(
key
:
K
)
=>
(
newValue
:
V
)
=>
(
oldValue
:
V
)
=>
V
,
)
:
(
key
:
K
)
=>
(
value
:
V
)
=>
(
m
:
Record
<
K
,
V
>
)
=>
Record
<
K
,
V
>
Type Parameters
K
extends
string
V
Parameters
combiner
:
(
key
:
K
)
=>
(
newValue
:
V
)
=>
(
oldValue
:
V
)
=>
V
Returns
(
key
:
K
)
=>
(
value
:
V
)
=>
(
m
:
Record
<
K
,
V
>
)
=>
Record
<
K
,
V
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@mikuroxina/mini-fn
Loading...