num-traits/src/ops
Fabian Schuiki 809ccff63f Fix checked shift RHS to u32, drop from PrimInt
Make the checked left and right shifts take a `u32` as right-hand side,
which is more consistent with the other checked operations. Also drop
`CheckedShl` and `CheckedShr` from the `PrimInt` trait, to not break
existing code. Add doctests for the two traits.
2018-01-13 15:02:38 +01:00
..
checked.rs Fix checked shift RHS to u32, drop from PrimInt 2018-01-13 15:02:38 +01:00
mod.rs Move num-traits to its own repo 2017-12-18 17:35:41 -08:00
saturating.rs Move num-traits to its own repo 2017-12-18 17:35:41 -08:00
wrapping.rs Move num-traits to its own repo 2017-12-18 17:35:41 -08:00