num
num copied to clipboard
`Pow::pow(123i64, 4u64)` is not implemented, but `Pow::pow(123i64, 4usize)` is implemented
I can't figure out why. I know large exponents can lead to overflow, but this happens even for very small numbers. Maybe some typos in thepow_impl! macro?