Skip to main content

storagecubepatch

Function storagecubepatch 

Source
pub fn storagecubepatch(
    in_spv: &[u32],
    corrections: &mut Option<CorrectionMap>,
) -> Result<Vec<u32>, ()>
Expand description

Perform the operation on a Vec<u32>. Use u8_slice_to_u32_vec to convert a &[u8] into a Vec<u32>. Does not produce any side effects or corrections.