pub exec fn ex_vec_as_slice<T, A: Allocator>(vec: &Vec<T, A>) -> &[T]
Expand description
ensures
slice@ == vec@,