Function mc_core::util::cast_vec_ref_to_ptr[][src]

pub fn cast_vec_ref_to_ptr<T>(src: Vec<&'static T>) -> Vec<*const T>