fef3324043
Add associated constant `BITS` to all integer types Recently I've regularly come across this snippet (in a few different crates, including `core` and `std`): ```rust std::mem::size_of<usize>() * 8 ``` I think it's time for a `usize::BITS`. |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |