Matrix.this

Create matrix from array. This is a convenient way to deal with arrays of "classic" layout: the storage order in an array should be row-major

struct Matrix(T, size_t N)
this
(
F
)
(
F[] arr
)

Meta