Matrix.Column

Column number of this matrix type

struct Matrix(T, uint U, uint V)
enum Column = V;

Meta