Matrix.opSlice

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

Meta