com.avsystem.commons.SharedExtensions
The same thing as orElse but with arguments flipped.
The same thing as orElse but with arguments flipped.
Useful in situations where orElse would have to be called on a partial function literal,
which does not work well with type inference.