pub trait HasVector<const N: usize>: Scalar { type Vector: SimdBase<Scalar = Self>; }
A utility trait you probably won’t need to use. See Simd.