bitty icon indicating copy to clipboard operation
bitty copied to clipboard

[either] throw an error with the left value on unwrap

Open VitorLuizC opened this issue 1 year ago • 0 comments

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.

VitorLuizC avatar Jan 12 '24 18:01 VitorLuizC