Remove `BitRelations`
It's a trait that allows union/subtract/intersect operations between bitsets of different types. It was needed a long time ago but not any more; we can just put those operations in an inherent impl. The commit also removes `ChunkedBitSet::intersect` and `MixedBitSet::intersect`, because they are unused.
N
Nicholas Nethercote committed
2151612c9c355029619ae08ea43bf65323124592
Parent: 99ee29e