Matrix.opIndex

T = Matrixindex Indices start with 0

  1. T opIndex(size_t i, size_t j)
  2. T opIndex(size_t index)
    struct Matrix(T, size_t N)
    const
    T
    opIndex
    (
    in size_t index
    )

Meta