Matrix.width

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

  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