Function extra::list::from_vec

pub fn from_vec<T: std::clone::Clone + 'static>(v: &[T]) -> @List<T>

Create a list from a vector