const unsafe fn swap_nonoverlapping_const<T>(x: *mut T, y: *mut T, count: usize)Expand description
Same behavior and safety conditions as swap_nonoverlapping
const unsafe fn swap_nonoverlapping_const<T>(x: *mut T, y: *mut T, count: usize)Same behavior and safety conditions as swap_nonoverlapping