Matrix.type

Gets type of matrix data

struct Matrix(size_t Lines, size_t Cols, Type = float)
alias type = Type

Meta