Nim internally has an int128 to fully handle uint64. Now to fully support uint128, it will need an internal int256! :P
- Why aren't uin64 and usize ordinal types? rockcavera
- Re: Why aren't uin64 and usize ordinal types? kaushalmodi
Nim internally has an int128 to fully handle uint64. Now to fully support uint128, it will need an internal int256! :P