Rect.w

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T w [@property getter]
  2. T w [@property setter]
    struct Rect(T)
    @property
    void
    w
    ()
  3. T x0;
  4. T y0;
  5. T x1;
  6. T y1;

Meta