Matrix.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T opIndex(size_t row, size_t column)
    struct Matrix(T, uint Rows, uint Columns)
    const
    T
    opIndex
    (
    size_t row
    ,
    size_t column
    )
    if (
    Rows > 0 &&
    Columns > 0
    )
  2. T opIndex(size_t index)

Meta