integer-sqrt-rs/src
Joe Richey e620eeed5e Remove impl_isqrt macro
The implementation can now just use a normal generic impl. Note that
this is tecnically a minor breaking change, as if a user has both:
  - A custom num_traits::PrimInt impl
  - A custom IntegerSquareRoot impl

Their code will no longer compile

Signed-off-by: Joe Richey <joerichey@google.com>
2020-09-08 13:56:05 +01:00
..
lib.rs Remove impl_isqrt macro 2020-09-08 13:56:05 +01:00