[swift-evolution] Proposal: change infix operator attributes syntax to be more consistent with the rest of the language

Erica Sadun erica at ericasadun.com
Sat Mar 5 23:30:39 CST 2016


Personally, I really like this update.

-- Erica

> On Mar 5, 2016, at 9:54 PM, Kevin Lundberg via swift-evolution <swift-evolution at swift.org> wrote:
> 
> Ever since Swift 1.0 I've found the infix operator attribute syntax strange:
> 
> infix operator <> { associativity left precedence 100 }
> 
> 
> infix operator <> { associativity: left, precedence: 100 }
> 



More information about the swift-evolution mailing list