pub type MaxAligned<Scalar, T> = Aligned<AllVectors<Scalar>, T>;
Expand description
Aligns a type to the maximum possible vector alignment for a particular scalar on the current architecture.
Aliased Typeยง
#[repr(C)]pub struct MaxAligned<Scalar, T> { /* private fields */ }