Type Alias IntMatrix

Source
pub type IntMatrix = Matrix<i32>;

Aliased Typeยง

struct IntMatrix { /* private fields */ }