Thanks for pinging me!
I absolutely love this idea, I need it now.
One thought that occurred: What if I want to unwrap and catch an error without bubbling it up?
Rust has a let Ok(foo) = bar else {…} where I can panic.
Thanks for pinging me!
I absolutely love this idea, I need it now.
One thought that occurred: What if I want to unwrap and catch an error without bubbling it up?
Rust has a let Ok(foo) = bar else {…} where I can panic.