| Copyright | (c) The University of Glasgow 1994-2000 |
|---|---|
| License | see libraries/base/LICENSE |
| Maintainer | cvs-ghc@haskell.org |
| Stability | internal |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe |
| Language | Haskell2010 |
GHC.ByteOrder
Description
Target byte ordering.
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.