Function core_extensions::utils::as_slice_mut[][src]

Important traits for &'a [u8]
pub fn as_slice_mut<T>(v: &mut T) -> &mut [T]

Converts a mutable reference to T to a mutable slice of 1 T.