Function alloc::slice::hack::to_vec

source ·
pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A>