optional icon indicating copy to clipboard operation
optional copied to clipboard

Add `Result<T,E>` generator, like Rust

Open alexec opened this issue 4 years ago • 2 comments

I think that would be a great addition.

alexec avatar Sep 13 '21 15:09 alexec

@alexec I'm unfamiliar with Rust, would you mind elaborating a bit on what you'd like to see?

markphelps avatar Dec 08 '21 16:12 markphelps

Result is basically the same as Option, just returning Err instead of None and being differently named ;)

Zireael07 avatar May 05 '22 12:05 Zireael07