Matrix.width

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

Meta