Matrix.opIndexAssign

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

Meta