The Rust Programming Language Forum
Pre-RFC: Iterator::extend
CodeSandwich
January 26, 2018, 7:14pm
3
Good point about naming, it should be something new, like
extend_into
.
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Collecting iterator into existing vec
4
15022
January 12, 2023
How to `Extend` two collections from a single iterator?
help
2
541
March 23, 2021
If `Iterator` is for "pulling out" data, then what is for "pushing in"?
help
13
3005
April 2, 2020
Collect result + extend()
help
3
521
May 18, 2023
Append Vec<T> by extend()?
help
5
516
July 10, 2021