rust/compiler/rustc_index/src/bit_set
Zalathar e70112caf8 Add DenseBitSet::union_not
This is similar to the existing `union`, except that bits in the RHS are
negated before being incorporated into the LHS.

Currently only `DenseBitSet` is supported. Supporting other bitset types is
possible, but non-trivial, and currently isn't needed.
2025-01-14 23:49:10 +11:00
..
tests.rs Add DenseBitSet::union_not 2025-01-14 23:49:10 +11:00