mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 05:38:36 +00:00
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.