I have a 5-bit u8, let\'s say 0b10101. I want to insert three bits, all ones, into positions 1, 2, and 4, to get: ii1i0101, i.e.,
u8
0b10101
ii1i0101