Matrix.height

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

  1. enum height;
  2. size_t height [@property getter]
    struct Matrix(size_t H, size_t W, E)
    pure @property const
    static if(!(isStaticHeight))
    size_t
    height
    ()
  3. size_t height [@property setter]

Meta