no, if `var someSet: Set<SomeThing>` then `s...
# announcements
g
no, if
var someSet: Set<SomeThing>
then
someSet += someElement
will call the
plus
method and re-assign the reference