For situations when the left-side of an either should become a "panic" / bug. Maybe: `myEither.!` - and then rename `.ok()` to `myEither.?` (when used within a bound) Or: `myEither.orThrow()`
For situations when the left-side of an either should become a "panic" / bug.
Maybe:
myEither.!- and then rename.ok()tomyEither.?(when used within a bound)Or:
myEither.orThrow()