Trait rustc_ap_rustc_index::bit_set::UnionIntoBitSet [−][src]
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
[src]