`A + B` cretes a new set. you have to assign the r...
# getting-started
k
A + B
cretes a new set. you have to assign the result to something. if you wont to modify an exisitng set, you need a
MutableSet
on which you can call
+=
to add items.
1