Rectangle.size

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

Meta