pub fn left_nibble_at(v1: &[u8], ix: usize) -> u8
Expand description

Get u8 nibble value at a given index in a left aligned array.