com.github.rs3vans.monadik / Either / fold

fold

inline fun fold(leftFn: (T) -> Unit, rightFn: (U) -> Unit): Either<T, U>