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
_
julia> f(x, _, y = nothing) = f(x,y) WARNING: deprecated syntax "_ as an rvalue around REPL[1]:1". f (generic function with 2 methods)
_ is a lvalue here or?
The text was updated successfully, but these errors were encountered:
possible duplicate of #20931?
Sorry, something went wrong.
no, duplicate of #7357
Ok
No branches or pull requests
_
is a lvalue here or?The text was updated successfully, but these errors were encountered: