Rectangle.size

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(Size!S) size [@property getter]
  2. Size!S size [@property setter]
    struct Rectangle(T = float, S = int)
    @nogc @property nothrow
    void
    size
    ()
    (
    in auto ref Size!S value
    )
  3. T left;
  4. T right;
  5. T bottom;
  6. T top;

Meta