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]
  3. size_t width [@property setter]
    struct Matrix(size_t H, size_t W, E)
    pure @property
    static if(!(isStaticWidth))
    size_t
    width
    (
    size_t nw
    )

Meta