Matrix.column

Get column array as array of vector

struct Matrix(T, uint U, uint V)
const
Vector!(T, U)[V]
column
()
if (
__traits(isArithmetic, T)
)

Return Value

Type: Vector!(T, U)[V]

column array

Meta