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

Meta