Creates an integer from its little-endian representation, changing the byte order if necessary.
SDK
- Xcode 7.1+
Framework
- Swift Standard Library
Declaration
init(littleEndian value: Int)
Parameters
value
A value to use as the little-endian representation of the new integer.