insert_packed_value

Function insert_packed_value 

Source
pub fn insert_packed_value<T: Packable>(
    current: U256,
    value: &T,
    offset: usize,
    bytes: usize,
) -> Result<U256>
Expand description

Insert a packed value into a storage slot at a given byte offset.