difference_update
Description:
Remove each integer in other from this, analogous to the bitwise operation self &= (~other).
Parameters:
| this |
the set to change |
| other |
members to remove |
Remove each integer in other from this, analogous to the bitwise operation self &= (~other).
| this |
the set to change |
| other |
members to remove |