Function number_based::utils::vec_to_arr

source ·
pub fn vec_to_arr<T, const N: usize>(v: Vec<T>) -> [T; N]