Mat.slice

Return a slice of the matrix

  1. Mat!(T, RE - RS, CE - CS) slice [@property getter]
    struct Mat(T, size_t R, size_t C)
    @property const
    Mat!(T, RE - RS, CE - CS)
    slice
    (
    size_t RS
    size_t RE
    size_t CS
    size_t CE
    )
    ()
    if (
    RE > RS &&
    RE <= rowLength
    &&
    CE > CS
    &&
    )
  2. Mat!(U, UR, UC) slice [@property setter]

Meta