bitty
bitty copied to clipboard
[either] throw an error with the left value on unwrap
Would be nice to have the same behavior as Rust, on their Result/Option::unwrap function. It'll prevent unsafe behavior, but keep this quick way to get the right value.