pub fn push_at_left(ix: u8, v: u8, into: u8) -> u8
Expand description

Push u8 nibble value at a given index into an existing byte.