-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Explain different types of iteration #31991
Copy link
Copy link
Closed
Labels
E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Metadata
Metadata
Assignees
Labels
E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
Type
Fields
Give feedbackNo fields configured for issues without a type.
in the section Iteration of Vectors - https://github.com/rust-lang/rust/blob/master/src/doc/book/vectors.md, a note about difference between types of iteration would have been better, especially between reference iteration - &vector and ownership iteration - vector.