resize_for_bits

Function resize_for_bits 

Source
pub(super) fn resize_for_bits(buffer: &mut MutableBuffer, len: usize)
Expand description

extends the buffer to be able to hold len bits, setting all bits of the new size to zero.