Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Result<T,E> generator, like Rust #19

Open
alexec opened this issue Sep 13, 2021 · 2 comments
Open

Add Result<T,E> generator, like Rust #19

alexec opened this issue Sep 13, 2021 · 2 comments

Comments

@alexec
Copy link

alexec commented Sep 13, 2021

I think that would be a great addition.

@markphelps
Copy link
Owner

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

@Zireael07
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants