pub type F64x1 = Vector<f64, 1>;
A 1-dimensional vector of f64s.
f64
pub struct F64x1(pub [f64; 1]);
0: [f64; 1]