Matrix.height

Undocumented in source. Be warned that the author may not have intended to support it.
  1. enum height;
  2. size_t height [@property getter]
    struct Matrix(size_t H, size_t W, E)
    pure @property const
    static if(!(isStaticHeight))
    size_t
    height
    ()
  3. size_t height [@property setter]

Meta