importC int128 support timeline and other problem
Walter Bright
newshound2 at digitalmars.com
Fri Aug 30 19:58:23 UTC 2024
You're in luck! Phobos has an int128 type:
https://dlang.org/phobos/std_int128.html
The primitives are implemented in core.int128:
https://dlang.org/phobos/core_int128.html
More information about the Digitalmars-d
mailing list