Matrix.opIndex

Returns i row vector

  1. T opIndex(size_t row, size_t col)
  2. VRow opIndex(size_t i)
    struct Matrix(T, size_t dim_)
    nothrow @nogc pure const
    VRow
    opIndex
    (
    size_t i
    )
    if (
    __traits(isFloating, T) &&
    dim_ >= 2
    &&
    dim_ <= 4
    )

Meta