mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
149307efb7
A few small cleanups to `BitSet` and friends: - Overload `clone_from` for `BitSet`. - Improve `Debug` represenation of `HybridBitSet`. - Make `HybridBitSet::domain_size` public. - Don't require `T: Idx` at the type level. The `Idx` bound is still on most `BitSet` methods, but like `HashMap`, it doesn't need to be satisfied for the type to exist. |
||
---|---|---|
.. | ||
bit_set | ||
vec | ||
bit_set.rs | ||
lib.rs | ||
vec.rs |