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
In https://github.com/dotnet/csharplang/blob/master/proposals/patterns.md the discard pattern is defined as a single underscore _, but in the examples a star * is used as the catch-all pattern. However, the * is not defined in that preliminary specification. What's the current status?
_
*
The text was updated successfully, but these errors were encountered:
I thought it was initially *, but then changed to _?
Sorry, something went wrong.
Filed a PR. Let's see if it becomes accepted.
Yes this was changed. See dotnet/roslyn#16674
No branches or pull requests
In https://github.com/dotnet/csharplang/blob/master/proposals/patterns.md the discard pattern is defined as a single underscore
_
, but in the examples a star*
is used as the catch-all pattern. However, the*
is not defined in that preliminary specification. What's the current status?The text was updated successfully, but these errors were encountered: