Check whether the host stores multi-byte values least significant byte first. Needed whenever a typed array is reinterpreted through another view, because the position of the words of a value then depends on the platform.
true on a little-endian host.
Check whether the host stores multi-byte values least significant byte first. Needed whenever a typed array is reinterpreted through another view, because the position of the words of a value then depends on the platform.