Matrix.opIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref opIndex(size_t i)
  2. auto ref opIndex(size_t n, size_t m)
    struct Matrix(T, size_t N, size_t M = N)
    pure nothrow ref inout
    opIndex
    (
    size_t n
    ,
    size_t m
    )

Meta