Avatar
infix operator +=+ func +=+(lhs: Int, rhs: inout Int) { rhs += lhs } 1 +=+ a