union_update
Description:
Add each integer in other
to this, analogous to the bitwise operation self |= other.
Parameters:
this |
the set to change |
other |
members to add |
Add each integer in other
to this, analogous to the bitwise operation self |= other.
this |
the set to change |
other |
members to add |