//arrow-core/arrow.core/NonEmptyList/padZip
common fun <B> padZip(other: NonEmptyList<B>): NonEmptyList<Pair<A?, B?»
Do you like Arrow?