pub fn extern_spec_T__slice_T_copy_from_slice<T>(self_: &mut [T], src: &[T])where
T: Copy,Expand description
extern spec for slice<T>::copy_from_slice
This is not a real function: its only use is for documentation.
ghost
requires
selfensures
(^self)@ == src@