//arrow-core/arrow.core/toIor
common fun <E, A> Validated<E, A>.toIor(): Ior<E, A>
Converts the value to an Ior
Do you like Arrow?