[src]

Function std::slice::mut_ref_slice

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).