|
Data.Endian | Portability | portable | Stability | stable | Maintainer | simons@cryp.to |
|
|
|
Description |
Find out the machine's endian at runtime.
|
|
Synopsis |
|
|
|
Documentation |
|
|
Definitions for byte order according to significance of
bytes from low addresses to high addresses.
| Constructors | LittleEndian | byte order: 1234
| BigEndian | byte order: 4321
| PDPEndian | byte order: 3412
|
| Instances | |
|
|
|
The endian of this machine, determined at run-time.
|
|
Produced by Haddock version 2.4.2 |