Matrix.setRow

Sets the nth row of the matrix

class Matrix(T, uint rows, uint columns)
void
setRow
(
uint index
,
Vector!(T, columns) r
)

Meta