zipIn ()
zip
In
<
U
,
V
>
(
x
)
:
(
(
other
)
=>
Opt
<
readonly
[
U
,
V
]
[]
>
)
Type Parameters
U
V
Parameters
x
:
Opt
<
readonly
U
[]
>
Returns
(
(
other
)
=>
Opt
<
readonly
[
U
,
V
]
[]
>
)
(
other
)
:
Opt
<
readonly
[
U
,
V
]
[]
>
Parameters
other
:
EmptyValue
|
V
[]
Returns
Opt
<
readonly
[
U
,
V
]
[]
>
See
Opt.zipIn
Back to index
See
Opt.zipIn