num-integer
num-integer copied to clipboard
Include BITS constant in Integer trait
Having the BITS constant (or a method returning it) available on the Integer trait would be insanely useful.
Doesn't make sense for BigInt. You probably want it on num_traits::PrimInt.
Oh yeah I forgot bigint existed.