We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Vec::extend_from_slice
1 parent dd6e8d4 commit f5a398dCopy full SHA for f5a398d
src/libcollections/vec.rs
@@ -966,7 +966,7 @@ impl<T: Clone> Vec<T> {
966
}
967
968
969
- /// Appends all elements in a slice to the `Vec`.
+ /// Clones and appends all elements in a slice to the `Vec`.
970
///
971
/// Iterates over the slice `other`, clones each element, and then appends
972
/// it to this `Vec`. The `other` vector is traversed in-order.
0 commit comments