Matrix.size

struct Matrix(T, int RowSize, int ColSize)
static if(RowSize == ColSize)
enum int size;

Meta