rightOrCrash property

R get rightOrCrash

Implementation

R get rightOrCrash =>
    getOrElse(() => throw Exception('rightOrCrash called on Left'));