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