[src]

Function std::mem::to_le32

pub fn to_le32(x: i32) -> i32

Convert an i32 to little endian from the target's endianness.

On little endian, this is a no-op. On big endian, the bytes are swapped.