SimdVec

Type Alias SimdVec 

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

Aliased Typeยง

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