hsdns-1.1Source codeContentsIndex
Data.Endian
Portabilityportable
Stabilitystable
Maintainersimons@cryp.to
Description
Find out the machine's endian at runtime.
Synopsis
data Endian
= LittleEndian
| BigEndian
| PDPEndian
ourEndian :: Endian
Documentation
data Endian Source
Definitions for byte order according to significance of bytes from low addresses to high addresses.
Constructors
LittleEndianbyte order: 1234
BigEndianbyte order: 4321
PDPEndianbyte order: 3412
show/hide Instances
ourEndian :: EndianSource
The endian of this machine, determined at run-time.
Produced by Haddock version 2.4.2