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