Matrix.opIndex

Gets matrix line.

struct Matrix(size_t Lines, size_t Cols, Type = float)
@trusted ref pure nothrow
opIndex
(
size_t line
)
if (
Lines > 0 &&
Cols > 0
)

Meta