@mikuroxina/mini-fn
Preparing search index...
Record
differenceWithKey
Function differenceWithKey
differenceWithKey
<
K
extends
string
,
V1
,
V2
=
V1
>
(
combiner
:
(
key
:
K
,
)
=>
(
leftValue
:
V1
)
=>
(
rightValue
:
V2
)
=>
Option
.
Option
<
V1
>
,
)
:
(
left
:
Record
<
K
,
V1
>
)
=>
(
right
:
Record
<
K
,
V2
>
)
=>
Record
<
K
,
V1
>
Type Parameters
K
extends
string
V1
V2
=
V1
Parameters
combiner
:
(
key
:
K
)
=>
(
leftValue
:
V1
)
=>
(
rightValue
:
V2
)
=>
Option
.
Option
<
V1
>
Returns
(
left
:
Record
<
K
,
V1
>
)
=>
(
right
:
Record
<
K
,
V2
>
)
=>
Record
<
K
,
V1
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@mikuroxina/mini-fn
Loading...