Matrix.width

if isStaticWidth it's enum (not available to set)

  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