difference_update


Description:

[ Version ( since = "0.13.10" ) ]
public void difference_update (Intset other)

Remove each integer in other from this, analogous to the bitwise operation self &= (~other).

Parameters:

this

the set to change

other

members to remove