Function extract_i8
pub fn extract_i8(
u32_index: usize,
byte_offset: usize,
slab: &[u32],
) -> (i32, usize, usize)
Expand description
Extract 8 bits of the u32 at the given index in the slab.
Returns the extracted value, the index of the next component and the index of the next u32 in the slab.