pub type Vec1i = Vec1<i32>;
A 1-dimensional signed integer vector type
pub struct Vec1i { pub x: i32, }
x: i32