-
Notifications
You must be signed in to change notification settings - Fork 13.3k
doc: add some array usage examples #26814
New issue
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
Conversation
r? @pcwalton (rust_highfive has picked a reviewer for you, use r? to override) |
Looks good. Isn't this a nice place to explain how certain traits are implemented just for array sizes 0-32? Maybe mention information that's not visible in the API documentation:
|
@bluss I don't mind if you add that extra info to either this PR or a follow-up... I don't have the knowledge of those things you mention. |
Sounds like they need to be documented then! |
@bors: r+ rollup thanks! This is the starting point |
📌 Commit c4c5c2d has been approved by |
Take the following @bluss:
Did you mean that I should mention that one doesn't need to explicitly mention the type (i.e. |
No but that (the expression) |
#26923 is the follow-up |
No description provided.