Function konst_kernel::slice::slice_for_konst::concat_slices

source ยท
pub const fn concat_slices<T, const N: usize>(slices: &[&[T]]) -> [T; N]
where T: Copy,