We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently we can use let! x = with say int option but not int voption it seems voptions can reduce memory allocation with option types
let! x =
int option
int voption
The text was updated successfully, but these errors were encountered:
Yep I agree this is a good idea. Would you like to submit a pull request for it?
Sorry, something went wrong.
Maybe instead of making it possible by doing what OptionCE did, I can make asyncOption CE to use voption instead of converting voption to option
in the future
No branches or pull requests
currently we can use
let! x =
with sayint option
but notint voption
it seems voptions can reduce memory allocation with option types
The text was updated successfully, but these errors were encountered: