vstd
In vstd::
bytes
vstd
::
bytes
Function
u32_from_le_bytes
Copy item path
Source
pub
exec
fn u32_from_le_bytes(s: &[
u8
]) ->
x :
u32
Expand description
requires
s@.len() ==
4
,
ensures
x == spec_u32_from_le_bytes(s@),