Matrix.height

Undocumented in source. Be warned that the author may not have intended to support it.
  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