arrow-core-data / arrow.core / ListK / rpadZip
fun <B> ~~rpadZip~~(other: ListK<B>): ListK<Tuple2<A, Option<B>>> Deprecated: Deprecated, use rightPadZip(other: ListK<B>) instead
fun <B> ~~rpadZip~~(other:
ListK
<B>):
<
Tuple2
<A,
Option
<B>>>
rightPadZip(other: ListK<B>)
Right-padded zip.
Do you like Arrow?