Matrix.data

static height only

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

Meta