Matrix.getColumn

Returns the nth column of the matrix

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

Meta