[swift-evolution] [Proposal] Use inout at function call sites

Brent Royal-Gordon brent at architechies.com
Fri Jan 29 21:16:49 CST 2016


> P.S. At one point we thought about requiring you to declare "assignment" in your operator declaration, and disallowing inout parameters from arbitrary other operators, but that didn't actually turn into a proposal. It's not a bad idea, though—just a bit of compiler-enforced consistency.

Are there any `inout` operators which don't have `=` at the end of their name?

-- 
Brent Royal-Gordon
Architechies



More information about the swift-evolution mailing list