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
Quoting @JeffBezanson :
= returns the right-hand side every time. No exceptions. That ought to be consistent enough for anybody.
=
But:
julia> type A; a::UInt end julia> A(0).a = 0 0x0000000000000000
I couldn't find the above stated rule in the manual, if it isn't this should be added before closing this issue (cf. #7341 (comment)).
The text was updated successfully, but these errors were encountered:
b992fe6
JeffBezanson
No branches or pull requests
Quoting @JeffBezanson :
But:
I couldn't find the above stated rule in the manual, if it isn't this should be added before closing this issue (cf. #7341 (comment)).
The text was updated successfully, but these errors were encountered: