[ Version ( since = "0.13.10" ) ]
public void union_update (Intset other)
Add each integer in other
to this, analogous to the bitwise operation self |= other.
this |
the set to change |
other |
members to add |