Add `ilog10` result range hints This PR adds hints that the return value of `T::ilog10` will never exceed `T::MAX.ilog10()`. This works because `ilog10` is a monotonically nondecreasing function, the maximum return value is reached at the max input value. |
||
|---|---|---|
| .. | ||
| ilog10-range.rs | ||
| iter-filter-count-assume.rs | ||
| iter-sum.rs | ||
| slice_fill.rs | ||
| slice_rotate.rs | ||