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
Syntax to support a falibility operator, which applies a default when a runtime error occurs. Similar to [Option,Result]::unwrap_or(_).
[Option,Result]::unwrap_or(_)
Thinking that the syntax would look like cmd arg1 .. argN ? <default>
cmd arg1 .. argN ? <default>
default
The text was updated successfully, but these errors were encountered:
to
idx-of
No branches or pull requests
Description
Syntax to support a falibility operator, which applies a default when a runtime error occurs.
Similar to
[Option,Result]::unwrap_or(_)
.Thinking that the syntax would look like
cmd arg1 .. argN ? <default>
default
(alternate?)The text was updated successfully, but these errors were encountered: