num-traits/src/ops
Samuel Tardieu fc4f1afdf6 Fix CheckedShl/CheckedShr documentation
Fix #57 and more:

- CheckedShl was hinting that None was returned on overflow rather than
  on too large a rhs.
- Ditto for CheckedShr.
- CheckedShr documentation erroneously indicated that a left shift was
  going to be performed instead of a right shift.
2018-10-09 11:55:18 +02:00
..
checked.rs Fix CheckedShl/CheckedShr documentation 2018-10-09 11:55:18 +02:00
inv.rs Run cargo fmt 2018-07-12 17:09:22 -07:00
mod.rs Run cargo fmt 2018-07-12 17:09:22 -07:00
mul_add.rs Clarify in the docs that `mul_add` is not always faster. 2018-05-20 11:58:10 -04:00
saturating.rs Automatically detect support for i128/u128 2018-05-11 15:50:48 -07:00
wrapping.rs Add wrapping shifts 2018-09-02 00:51:04 -04:00