This operation is should be analogous to packing two 32 bit
numbers into a 64 bit number in the high and low bits.Due
to language limitations, the high bits of this implementation
can only be up to 2 ^ 20, otherwise the output will be garbled
nonsense.
Packs two numbers into a single number.
Note
This operation is should be analogous to packing two 32 bit numbers into a 64 bit number in the high and low bits.Due to language limitations, the high bits of this implementation can only be up to 2 ^ 20, otherwise the output will be garbled nonsense.