jed_fox1’s avatarjed_fox1’s Twitter Archive — № 1,022

  1. …in reply to @maxdesiatov
    @maxdesiatov As an alternative: how about an ExpressibleByTupleLiteral protocol? If CGPoint and CGSize conformed to it, you could do CGRect(origin: (x: 5, y: 40), size: (width, height))