pub fn vec_init<T: Clone>(v: &[T]) -> Vec<T>
Return all but the last element (i.e. init of the vector).
init