transmute_slice

Function transmute_slice 

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

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