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
Why is this a method of read!, instead of read? It does not modify any of its arguments.
read!
read
The text was updated successfully, but these errors were encountered:
Good point. We should have a read! method for MArray, SizedArray, etc - but yes, read for immutable arrays.
MArray
SizedArray
Sorry, something went wrong.
distinguish read and read\! (JuliaArrays#505)
3fd3c55
Yes the read() API makes perfect sense for StaticArrays — removing read was a small part of #451 which should be rolled back.
read()
StaticArray
Successfully merging a pull request may close this issue.
Why is this a method of
read!
, instead ofread
? It does not modify any of its arguments.The text was updated successfully, but these errors were encountered: