Function wgpu_core::track::metadata::resize_bitvec

source ·
fn resize_bitvec<B: BitBlock>(vec: &mut BitVec<B>, size: usize)
Expand description

Resizes the given bitvec to the given size. I’m not sure why this is hard to do but it is.