Commits
Doug Gregor committed bf03c9af28c
Remove byref(implicit). Instead, introduce [assignment], which only applies to operators whose first parameter is [byref]. Assignments must return Void, and have their first arguments implicitly treated as an lvalue. As part of this, add the various C compound operators (+=, -=, *=, /=, &=, |=, and ^=) to the standard library. Swift SVN r1846