pub exec fn i64_from_be_bytes(bytes: &[u8]) -> r : i64Expand description
requires
usize::BITS == 64,1 <= bytes.len() <= 8,ensuresr as int == int_from_be_bytes(bytes.deep_view()),Executable big-endian two’s-complement decoding into i64.