pub fn iter_set_bits_rev(bytes: &[u8]) -> impl Iterator<Item = usize> + '_
Iterates through the set bit positions in bytes in reverse order
bytes