//arrow-core/arrow.core/Ior/bicrosswalkNull
common inline fun <C, D> bicrosswalkNull(fa: (A) -> C?, fb: (B) -> D?): Ior<C, D>?
Do you like Arrow?