Matrix.translate

In-place translate by (v, 1)

struct Matrix(T, size_t R, size_t C)
pure nothrow
static if(isSquare && R > 1)
void
translate
(
Vector!(T, R - 1) v
)

Meta