Skip to main content

i32_from_be_bytes

Function i32_from_be_bytes 

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