Matrix.getRowVector

Undocumented in source. Be warned that the author may not have intended to support it.
struct Matrix(T, uint Rows, uint Columns)
Vector!(T, Columns)
getRowVector
(
size_t row
)
if (
Rows > 0 &&
Columns > 0
)

Meta