Function re_sdk::external::arrow2::bitmap::chunk_iter_to_vec

pub fn chunk_iter_to_vec<T, I>(iter: I) -> Vec<u8> 
where T: BitChunk, I: TrustedLen<Item = T>,
Expand description

Creates a Vec<u8> from a TrustedLen of BitChunk.