Function to_array

Source
pub fn to_array<T, const N: usize>(v: Vec<T>) -> [T; N]