Matrix.getRow

Returns the nth row of the matrix

class Matrix(T, uint rows, uint columns)
Vector!(T, columns)
getRow
(
uint index
)

Meta