num-traits/src
Ed McCardell abb51f9a09 Add wrapping shifts
Add traits `WrappingShl` and `WrappingShr` corresponding to the
standard library `wrapping_shl` and `wrapping_shr` methods. Implement
the trait on all primitive integer types as well as on `Wrapping`.
2018-09-02 00:51:04 -04:00
..
ops Add wrapping shifts 2018-09-02 00:51:04 -04:00
bounds.rs Run cargo fmt 2018-07-12 17:09:22 -07:00
cast.rs Run cargo fmt 2018-07-12 17:09:22 -07:00
float.rs Run cargo fmt 2018-07-12 17:09:22 -07:00
identities.rs Run cargo fmt 2018-07-12 17:09:22 -07:00
int.rs Run cargo fmt 2018-07-12 17:09:22 -07:00
lib.rs Add wrapping shifts 2018-09-02 00:51:04 -04:00
macros.rs allow unused macros 2018-02-27 17:09:43 -08:00
pow.rs typo 2018-08-07 12:56:16 +02:00
real.rs Run cargo fmt 2018-07-12 17:09:22 -07:00
sign.rs Run cargo fmt 2018-07-12 17:09:22 -07:00