CGSize.zero

The size whose width and height are both zero.

struct CGSize
enum zero = CGSize(0, 0);

Meta