rust-num / num-traits

Numeric traits for generic mathematics in Rust
Apache License 2.0
731 stars 135 forks source link

NumBitwiseOps trait #232

Open ratmice opened 2 years ago

ratmice commented 2 years ago

As far as I can tell, there currently isn't a trait which inherits all the bitwise operator traits, In the same way that e.g. NumOps inherits the traits for arithmetic operators.