toggle menu
Arrow
1.2.4
common
switch theme
search in API
arrow-core
/
arrow.core
/
NonEmptyList
/
padZip
pad
Zip
fun
<
B
>
padZip
(
other
:
NonEmptyList
<
B
>
)
:
NonEmptyList
<
Pair
<
A
?
,
B
?
>
>
(
source
)
inline
fun
<
B
,
C
>
padZip
(
other
:
NonEmptyList
<
B
>
,
left
:
(
A
)
->
C
,
right
:
(
B
)
->
C
,
both
:
(
A
,
B
)
->
C
)
:
NonEmptyList
<
C
>
(
source
)