Matrix.opSliceOpAssign

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

Meta