rightOrCrash property

R rightOrCrash

Implementation

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