Instance Property

bigEndian

The big-endian representation of this integer.

Required. Default implementation provided.

Declaration

var bigEndian: Self { get }

Discussion

If necessary, the byte order of this value is reversed from the typical byte order of this integer type. On a big-endian platform, for any integer x, x == x.bigEndian.

Default Implementations

FixedWidthInteger Implementations

var bigEndian: Self

The big-endian representation of this integer.