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