Instance Property インスタンスプロパティ

littleEndian

The little-endian representation of this integer. この整数のリトルエンディアン表現。

Declaration 宣言

var littleEndian: UInt64 { get }

Discussion 解説

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. 必要ならば、この値のバイト順はこの整数型の典型的なバイト順からひっくり返されます。リトルエンディアンプラットホーム上で、何らかの整数xに対して、x == x.littleEndian