Matrix.data

Matrix data

struct Matrix(T, size_t H, size_t W)
T[W][H] data;

Meta