Closed tydeu closed 3 hours ago
This PR adds the builtin simproc USize.reduceToNat which reduces the USize.toNat operation on literals less than UInt32.size (i.e., 4294967296).
USize.reduceToNat
USize.toNat
UInt32.size
4294967296
Mathlib CI status (docs):
This PR adds the builtin simproc
USize.reduceToNat
which reduces theUSize.toNat
operation on literals less thanUInt32.size
(i.e.,4294967296
).