Skip to main content

u64_from_le_bytes

Function u64_from_le_bytes 

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