Matrix.opSliceOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto opSliceOpAssign(T2 v)
    struct Matrix(T, size_t N, size_t M = N)
    pure nothrow
    opSliceOpAssign
    (
    string op
    T2
    )
    (
    in T2 v
    )
  2. auto opSliceOpAssign(T2 v, size_t i, size_t j)

Meta