transmute_slice

Function transmute_slice 

Source
pub fn transmute_slice<T: Sized, U: Sized>(v: &[T]) -> &[U]
Expand description

“Transmutes” array of any sized type to a slice of some other type.