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)
    @property
    size_t
    width
    const
    (
    )
  3. size_t width [@property setter]

Meta