Skip to content

Commit

Permalink
Merge branch 'master' of github.com:droundy/tinyset
Browse files Browse the repository at this point in the history
  • Loading branch information
droundy committed Nov 3, 2024
2 parents 9bab658 + 4f9a660 commit 348816f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/setu32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
//! This is a crate for the tiniest sets ever.
mod iter;
pub use iter::IntoIter;

const fn num_bits<T>() -> u32 {
std::mem::size_of::<T>() as u32 * 8
Expand Down

0 comments on commit 348816f

Please sign in to comment.