pub const fn u8_bit_split_2x4_rev(byte: u8) -> [u8; 4]
Expand description

Splits a byte into 2-bit chunks (reversed).

Bit 0 of the input will be in the last element of the output.