Instance PropertySwiftFoundationSwift
littleEndian
The little-endian representation of this integer.
Available because
Self
conforms toFixedWidthInteger
.
var littleEndian: Self { get }
Overview
If necessary, the byte order of this value is reversed from the typical byte order of this integer type. On a little-endian platform, for any integer x
, x == x.littleEndian
.