Arrow
Toggle table of contents
2.0.0
common
Platform filter
common
Switch theme
Search in API
Arrow
arrow-core
/
arrow.core
/
NonEmptyList
/
padZip
pad
Zip
fun
<
T
>
padZip
(
other
:
NonEmptyList
<
T
>
)
:
NonEmptyList
<
Pair
<
E
?
,
T
?
>
>
inline
fun
<
B
,
C
>
padZip
(
other
:
NonEmptyList
<
B
>
,
left
:
(
E
)
->
C
,
right
:
(
B
)
->
C
,
both
:
(
E
,
B
)
->
C
)
:
NonEmptyList
<
C
>