Rectangle.this

Undocumented in source.
  1. this(T left, T bottom, S width, S height)
  2. this(T left, T bottom, Size!S size)
  3. this(Vector!(T, 2) position, Size!S size)
    struct Rectangle(T = float, S = int)
    this
    ()
    (
    in auto ref Vector!(T, 2) position
    ,
    in auto ref Size!S size
    )
  4. T left;
  5. T right;
  6. T bottom;
  7. T top;

Meta