| Copyright | (c) The University of Glasgow 1994-2000 |
|---|---|
| License | BSD-3-Clause |
| Safe Haskell | Safe |
| Language | Haskell2010 |
GHC.ByteOrder
Description
Target byte ordering.
Since: 4.11.0.0
Documentation
Byte ordering.
Constructors
| BigEndian | most-significant-byte occurs in lowest address. |
| LittleEndian | least-significant-byte occurs in lowest address. |
targetByteOrder :: ByteOrder Source #
The byte ordering of the target machine.