Type Alias Vec4

Source
pub type Vec4<E: TensorElement, D> = Vector<E, D, 4>;

Aliased Type§

struct Vec4<E: TensorElement, D> {
    pub data: [E; 4],
    pub _phantom: PhantomData<D>,
}

Fields§

§data: [E; 4]§_phantom: PhantomData<D>