Skip to main content

i16_from_be_bytes

Function i16_from_be_bytes 

Source
pub exec fn i16_from_be_bytes(bytes: [u8; 2]) -> out : i16
Expand description
ensures
out == i16_be_from_bytes(bytes),