-
Notifications
You must be signed in to change notification settings - Fork 13.4k
API Docs: vec #29380
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
Please mention danger effect of vec! macros, panicking. |
@e-oz , how is this specific to the |
@gyscos with promises Rust gives, "simply out-of-bound indexing" is oxymoron :) Read example to see how it's related. |
It might be appropriate to point out that |
Closes rust-lang#31554. Contributes to rust-lang#29380.
…t-in-vec-docs, r=steveklabnik Tweak documentation to clarify the structure of `Vec`s as contiguous arrays of items in memory. Closes rust-lang#31554; contributes to rust-lang#29380. r? @steveklabnik
Closes rust-lang#31554. Contributes to rust-lang#29380.
…t-in-vec-docs, r=steveklabnik Tweak documentation to clarify the structure of `Vec`s as contiguous arrays of items in memory. Closes rust-lang#31554; contributes to rust-lang#29380. r? @steveklabnik
…cs, r=steveklabnik Tweak documentation to clarify the structure of `Vec`s as contiguous arrays of items in memory. Closes #31554; contributes to #29380. r? @steveklabnik
Add doc example for Vec Fixes rust-lang#29380. r? @steveklabnik
Add doc example for Vec Fixes rust-lang#29380. r? @steveklabnik
Add doc example for Vec Fixes rust-lang#29380. r? @steveklabnik
Add doc example for Vec Fixes rust-lang#29380. r? @steveklabnik
Add doc example for Vec Fixes rust-lang#29380. r? @steveklabnik
Part of #29329
http://doc.rust-lang.org/std/vec/
The text was updated successfully, but these errors were encountered: