Skip to main content

vec_tail

Function vec_tail 

Source
pub fn vec_tail<T: Clone>(v: &[T]) -> Vec<T>
Expand description

Return all but the first element (i.e. tail of the vector).