Matrix.inversed

Returns inverted, alias to return ~matrix

struct Matrix(T, size_t H, size_t W)
static if(isSquare)
alias inversed = inverted

Meta