Matrix.data

static width only

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

Meta