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