For many years, programmers have asked for the ability to do "negative indexing" of JS Arrays, like you can do with Python. That is, asking for the ability to write arr[-1] instead of arr[arr.length-1 ...
The jspack module and documentation are essentially ports of the Python struct module and documentation, with such changes as were necessary. The port was originaly ...