Function collections::slice::mut_ref_slice
[−]
[src]
pub fn mut_ref_slice<A>(s: &'a mut A) -> &'a mut [A]
Unstable
Converts a pointer to A into a slice of length 1 (without copying).