Type Alias SimdVec

Source
pub type SimdVec<DataValue> = SmallVec<[DataValue; 4]>;

Aliased Typeยง

struct SimdVec<DataValue> { /* private fields */ }