Matrix.isDynamic

H == 0 || W == 0

struct Matrix(size_t H, size_t W, E)
enum bool isDynamic;

Meta