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
Normally we use lambda with type inference. This ability make our life easier when we need to work with variable which so long typename or namespace
But it sad that ref and out function cannot do type inference. I don't know why it hard to do
At least let we can (ref i) => i++ or (ref var i) => i++
(ref i) => i++
(ref var i) => i++
The text was updated successfully, but these errors were encountered:
I already created such issue #303
Sorry, something went wrong.
forget closed as duplicated
No branches or pull requests
Normally we use lambda with type inference. This ability make our life easier when we need to work with variable which so long typename or namespace
But it sad that ref and out function cannot do type inference. I don't know why it hard to do
At least let we can
(ref i) => i++
or(ref var i) => i++
The text was updated successfully, but these errors were encountered: