padZip

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)