Skip to main content

u64_from_be_bytes

Function u64_from_be_bytes 

Source
pub exec fn u64_from_be_bytes(bytes: [u8; 8]) -> out : u64
Expand description
ensures
out == u64_be_from_bytes(bytes),