Function gadgets::util::split_u256
source · pub fn split_u256(value: &U256) -> (U256, U256)
Expand description
Returns tuple consists of low and high part of U256
pub fn split_u256(value: &U256) -> (U256, U256)
Returns tuple consists of low and high part of U256