arrow-core-data / arrow.core / ListK / lpadZipWith
fun <B, C> ~~lpadZipWith~~(other: ListK<B>, fab: (Option<A>, B) -> C): ListK<C>
Deprecated: Deprecated, use leftPadZip(other: ListK<B>, fab: (A?, B) -> C) instead
Left-padded zipWith.
Do you like Arrow?
✖