optional
optional copied to clipboard
Add `Result<T,E>` generator, like Rust
I think that would be a great addition.
@alexec I'm unfamiliar with Rust, would you mind elaborating a bit on what you'd like to see?
Result is basically the same as Option, just returning Err instead of None and being differently named ;)