Matrix.opIndex

T = Matrix[i, j]

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

Meta