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

pub fn as_slice_mut<T>(v: &mut T) -> &mut [T]

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