vstd
In vstd::
bytes
vstd
::
bytes
Function
u16_from_le_bytes
Copy item path
Source
pub
exec
fn u16_from_le_bytes(s: &[
u8
]) ->
x :
u16
Expand description
requires
s@.len() ==
2
,
ensures
x == spec_u16_from_le_bytes(s@),