Function zephyr_sdk::utils::to_array

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