Xiaodi Wu via swift-evolution <swift-evolution@...> writes:

> I mean, we have `protocol IteratorProtocol`, so this is par for the 
course!
> precedencegroup RangePrecedence { ... }

Brandon sent me a bright idea: we should rename precedencegroup to 
precedence. Compare:

precedence RangePrecedence { ... }
protocol IteratorProtocol { ... }

This is not totally new, but Precedence suffix and comparison to protocols 
is what makes it shine. Anyone else like the idea?

_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution

Reply via email to