pub fn bits_to_store_any_of_ref<'a, V: Clone + Into<u64> + 'a>(
    values: impl IntoIterator<Item = &'a V>
) -> u8
Expand description

Calculates the minimal number of bits needed to store any of the given values.