Type Alias Vec1i

Source
pub type Vec1i = Vec1<i32>;
Expand description

A 1-dimensional signed integer vector type

Aliased Type§

pub struct Vec1i {
    pub x: i32,
}

Fields§

§x: i32