Window.size - multiple declarations

Function Window.size

Sets the window's size

void size (
  Vector!(int,2) s
) @property;

Function Window.size

Gets the window's size

Vector!(int,2) size() @property;