Variable RectOf.right

x coordinate of bottom right corner (non-inclusive)

struct RectOf
{
  // ...
  T right = 0;
  // ...
}