Type Alias m32x2

Source
pub type m32x2 = Simd<[m32; 2]>;

Aliased Typeยง

#[repr(C)]
pub struct m32x2(/* private fields */);