Why do i need to import a freaking module to use int128?

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Mon Nov 27 13:30:43 UTC 2023


On 28/11/2023 1:54 AM, Sergey wrote:
> There is also BigInt which is usually going into a separate module in 
> many languages.

Big integers require memory allocations. They are a completely unrelated 
in terms of implementation to 128bit integer types which can be 
implemented using pretty simple instructions comparatively.


More information about the Digitalmars-d mailing list