Function extract_i32

pub fn extract_i32(
    u32_index: usize,
    _byte_offset: usize,
    slab: &[u32],
) -> (i32, usize, usize)
Expand description

Extract 32 bits of the u32 at the given index in the slab.