Function core::slice::mut_ref_sliceUnstable [-] [+] [src]

pub fn mut_ref_slice<'a, A>(s: &'a mut A) -> &'a mut [A]

Converts a pointer to A into a slice of length 1 (without copying).