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)
  2. T opIndex(size_t index)
    struct Matrix(T, uint Rows, uint Columns)
    const
    T
    opIndex
    (
    size_t index
    )
    if (
    Rows > 0 &&
    Columns > 0
    )

Meta