-
Notifications
You must be signed in to change notification settings - Fork 13.4k
API Docs: array #29331
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Going to work on this. |
Looks like some of this was done in e173ead. |
@kmcallister Yep. I didn't add any exposition about |
@steveklabnik: Can you explain what you mean by " |
@kmcallister breifly (and I'll try to elaborate more later if this doesn't make sense) but it's about how sometimes, you have to explicitly call
fails, for example |
Opened up a tangential issue: #36391 |
…-docs, r=GuillaumeGomez Tweak array docs Fixes rust-lang#29331. r? @GuillaumeGomez
Part of #29329
http://doc.rust-lang.org/std/primitive.array.html
Good things to do here: make sure to explain the type level integers / ergonomic issues, point out that most methods happen on slices, talk about
.iter()
inference weirdness.The text was updated successfully, but these errors were encountered: