[][src]Function lokacore::try_cast_slice_mut

pub fn try_cast_slice_mut<A, B>(a: &mut [A]) -> Result<&mut [B], PodCastError> where
    A: Pod,
    B: Pod

Try to convert &mut [T] into mut [U] (possibly with a change in length).

As try_cast_slice, but mut.