fastdiv
fastdiv copied to clipboard
Conflict with inherent `uN::is_multiple_of` method in stable Rust
Rust v1.87 adds an inherent is_multiple_of method 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?