Skip to content

Simplify ascii.IntFromDecimal, and use consistently

Niels Möller requested to merge simplify-IntFromDecimal into main

Let strconv.ParseUint enforce the bit size limit of 63 bits.

Merge request reports