Files
Nim/lib
ringabout b740e8cca8 fixes #24673; divmod errors for ranges (#24679)
fixes #24673

The problem is that there is no way to distinguish `cint`, `cint`, etc
ctypes with Nim types. So `when T is cint | clong | clonglong:` is true
for types derived from `int`, `int32` and `int64`. In this PR, it fixes
the branch to avoid erros for `Natural`

(cherry picked from commit b211ada273)
2025-03-03 14:01:55 +01:00
..
2017-02-20 17:24:19 +02:00
2025-01-15 10:21:53 +01:00
2025-03-03 13:59:39 +01:00
2021-06-03 14:00:53 +02:00