Function extract_u16

pub fn extract_u16(
    u32_index: usize,
    byte_offset: usize,
    slab: &[u32],
) -> (u32, usize, usize)
Expand description

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