Matrix.height

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

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

Meta