pub fn from_bytes_le_to_bits_le(
    bytes: &[u8]
) -> impl Iterator<Item = bool> + DoubleEndedIterator<Item = bool> + '_
👎 Deprecated