Skip to main content

i64_from_le_bytes

Function i64_from_le_bytes 

Source
pub exec fn i64_from_le_bytes(bytes: [u8; 8]) -> out : i64
Expand description
ensures
out == i64_le_from_bytes(bytes),