Matrix.row

struct Matrix(T, size_t R, size_t C)
pure const nothrow
row
(
size_t i
)

Return Value

Type: row_t

row i as a vector.

Meta