Javascript – Unpacking number is resulting in out of order
I have the following variable: const input = [0x0001000200030004] And I have a function to unpack four numbers from 1 (it cames from a C++ code, where I have four int16_t that are packed into a single uint64_t) export function…