mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
The nan-boxing representation has an extra 16-bits of space to store small-int values, and making use of it allows to create and manipulate full 32-bit positive integers (ie up to 0xffffffff) without using the heap.
2.8 KiB
2.8 KiB