pub fn required_width<T: Packable>(values: &[T]) -> usizeExpand description
The smallest bit width that can hold every value in the slice. Zero for an empty slice or a
slice of zeros, which pack_transposed handles as the degenerate case that stores nothing.