Type Definition pix_engine::vector::VectorI1

source · []
pub type VectorI1 = Vector<i32, 1>;
Expand description

A 1D Vector represented by i32.