create_seq_from_vec

Function create_seq_from_vec 

Source
pub fn create_seq_from_vec<T>(v: Vec<T>) -> Box<dyn Sequence<T>>
where T: 'static,