bindOrElse

Unit bindOrElse(Boolean $self, E defaultLeft)

Binds this to the scope by shifting the Left value (defaultLeft) if this is false, causing the comprehension to short circuit. If this is true, the execution will proceed.