Skip to main content
i64_le_to_bytes
vest_
lib
In vest_
lib::
combinators::
sints::
spec
vest_lib
::
combinators
::
sints
::
spec
Function
i64_
le_
to_
bytes
Copy item path
Source
pub
open spec
fn i64_le_to_bytes(o:
i64
) -> [
u8
;
8
]
Expand description
{ u64_le_to_bytes(o
as
u64) }