|
|
|
|
|
by ravi-delia
472 days ago
|
|
So the "one bit" you refer to is what makes the standard int 63 bits rather than 64. If you could do things with it it would indeed break the runtime- that's what tells it that you're working with an int rather than a pointer. But full, real, 64-bit integers are available, in the base language, same goes for 32. |
|
If something is "available", it should mean that it can be used to its full capacity. One of those bits are definitely not available.