Function rstubs::util::slice_cast_mut

source ·
pub unsafe fn slice_cast_mut<I: Sized, O: Sized>(input: &mut [I]) -> &mut [O]
Expand description

Cast the slice to another data type