split_u128
Splits a u128 into two words as a u256
- the low
is the first n_bytes
the high
is the rest.
Fully qualified path: core::bytes_31::split_u128
pub(crate) fn split_u128(value: u128, n_bytes: usize) -> u256
Splits a u128 into two words as a u256
- the low
is the first n_bytes
the high
is the rest.
Fully qualified path: core::bytes_31::split_u128
pub(crate) fn split_u128(value: u128, n_bytes: usize) -> u256