pub fn deref_vec<T>(v: &[&T]) -> Vec<T>where T: Clone,
Builds Vec from refs in Vec<&T> (inverse of ref_vec())