leftOrCrash property
L
get
leftOrCrash
Implementation
L get leftOrCrash =>
fold(_id, (R r) => throw Exception('leftOrCrash called on Right'));
L get leftOrCrash =>
fold(_id, (R r) => throw Exception('leftOrCrash called on Right'));