pub fn weave<T, const N: usize>(array: [Box<[T]>; N]) -> Box<[T]>where T: Debug + Copy,
Create a monolithic woven buffer using unwoven independent channel buffers. Copies the data.