Skip to main content
i32_le_from_bytes
vest_
lib
In vest_
lib::
combinators::
sints::
spec
vest_lib
::
combinators
::
sints
::
spec
Function
i32_
le_
from_
bytes
Copy item path
Source
pub
open spec
fn i32_le_from_bytes(i: [
u8
;
4
]) ->
i32
Expand description
{ u32_le_from_bytes(i)
as
i32 }