Function arrow_data::bit_mask::set_bits
source ยท pub fn set_bits(
write_data: &mut [u8],
data: &[u8],
offset_write: usize,
offset_read: usize,
len: usize,
) -> usize
Expand description
Sets all bits on write_data
in the range [offset_write..offset_write+len]
to be equal to the
bits in data
in the range [offset_read..offset_read+len]
returns the number of 0
bits data[offset_read..offset_read+len]