5df74cc888
We convert longs to ints using `Math.toIntExact` in places where we're sure there will be no overflow, but this doesn't explain the intent of these conversions very well. This commit introduces a dedicated method for these conversions, and adds an assertion that we never overflow. |
||
---|---|---|
.. | ||
licenses | ||
src | ||
build.gradle |