[−][src]Trait rustc_ap_rustc_index::bit_set::UnionIntoBitSet
This is implemented by all the bitsets so that BitSet::union() can be passed any type of bitset.
This is implemented by all the bitsets so that BitSet::union() can be passed any type of bitset.
fn union_into(&self, other: &mut BitSet<T>) -> bool