Skip to main content

i32_from_le_bytes

Function i32_from_le_bytes 

Source
pub exec fn i32_from_le_bytes(bytes: [u8; 4]) -> out : i32
Expand description
ensures
out == i32_le_from_bytes(bytes),