Type Alias F64x4

Source
pub type F64x4 = Vector<f64, 4>;

Aliased Type§

pub struct F64x4(pub [f64; 4]);

Tuple Fields§

§0: [f64; 4]