Skip to main content

u32_from_be_bytes

Function u32_from_be_bytes 

Source
pub exec fn u32_from_be_bytes(bytes: [u8; 4]) -> out : u32
Expand description
ensures
out == u32_be_from_bytes(bytes),