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

Meta