Type Alias juxt_matrix::Matrix2

source ·
pub type Matrix2<T> = Matrix<2, 2, T>;

Aliased Type§

struct Matrix2<T> { /* private fields */ }