Files
rust/library/core/src/num
Scott McMurray 5c7ae251b1 Require literals for some (u)int_impl! parameters
The point of these is to be seen lexically in the docs, so they should always be passed as the correct literal, not as an expression.

(Otherwise we could just compute `Min`/`Max` from `BITS`, for example.)
2023-02-22 23:26:22 -08:00
..
2022-08-09 10:20:49 -07:00
2021-07-27 16:02:35 -04:00
2021-12-14 16:40:43 +01:00
2023-02-20 18:18:49 +00:00