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.
1 parent fe98231 commit 53f969dCopy full SHA for 53f969d
library/core/src/slice/mod.rs
@@ -2724,6 +2724,7 @@ impl<T> [T] {
2724
///
2725
/// [`clone_from_slice`]: #method.clone_from_slice
2726
/// [`split_at_mut`]: #method.split_at_mut
2727
+ #[doc(alias = "memcpy")]
2728
#[stable(feature = "copy_from_slice", since = "1.9.0")]
2729
pub fn copy_from_slice(&mut self, src: &[T])
2730
where
0 commit comments