Trait Flatten
pub trait Flatten<T, M: ArraySize>
Defines a sequence of sequences that can be merged into a bigger overall sequence.
Associated Types
type OutputSize: ArraySize;Size of the output array.
Required Methods
fn flatten(self) -> Array<T, Self::OutputSize>Flatten array.