fastdiv
fastdiv copied to clipboard
Results
1
fastdiv issues
Sort by
recently updated
recently updated
newest added
Rust v1.87 adds an inherent [`is_multiple_of` method](https://doc.rust-lang.org/std/primitive.u64.html#method.is_multiple_of) to `uN` types. These take precedence over `FastDiv::is_multiple_of`. Hence `cargo test` fails. This could be avoided by renaming to `fast_is_multiple_of` perhaps?