Function weave

Source
pub fn weave<T, const N: usize>(array: [Box<[T]>; N]) -> Box<[T]>
where T: Debug + Copy,
Expand description

Create a monolithic woven buffer using unwoven independent channel buffers. Copies the data.