Skip to main content
i32_be_to_bytes
vest_
lib
In vest_
lib::
combinators::
sints::
spec
vest_lib
::
combinators
::
sints
::
spec
Function
i32_
be_
to_
bytes
Copy item path
Source
pub
open spec
fn i32_be_to_bytes(o:
i32
) -> [
u8
;
4
]
Expand description
{ u32_be_to_bytes(o
as
u32) }