pub const fn u8_bit_split_1x8_rev(byte: u8) -> [u8; 8]
Expand description

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

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