pub trait HasVector<const N: usize>: Scalar {
    type Vector: SimdBase<Scalar = Self>;
}
Expand description

A utility trait you probably won’t need to use. See Simd.

Required Associated Types

Implementations on Foreign Types

Implementors