Initializer

init(littleEndian:)

Creates an integer from its little-endian representation, changing the byte order if necessary.

Required. Default implementation provided.

Declaration

init(littleEndian value: Self)

Parameters

value

A value to use as the little-endian representation of the new integer.

Default Implementations

FixedWidthInteger Implementations

init(littleEndian: Self)

Creates an integer from its little-endian representation, changing the byte order if necessary.