1
0
mirror of https://github.com/janet-lang/janet synced 2025-04-04 22:36:55 +00:00
Ian Shehadeh 88db9751d7 add int/to-number: converts s64 and u64 to numbers
(int/to-number value) converts an s64 or u64 to a number.
It restricts the value to the int32 range,
so that `int32?` will always suceeded when called on the result.
2022-02-20 16:16:52 -05:00
..
2021-05-31 13:46:02 -05:00
2022-01-06 20:38:15 -06:00
2022-01-21 16:44:11 -06:00
2021-05-31 13:46:02 -05:00
2021-05-31 13:46:02 -05:00
2021-05-31 13:46:02 -05:00
2022-01-21 13:02:56 +09:00