pub fn encode_bool<W: Write, I: Iterator<Item = bool>>(
    writer: &mut W,
    iterator: I
) -> Result<()>
Expand description

the bitpacked part of the encoder.