Thanks to visit codestin.com
Credit goes to docs.rs

bits_to_store_any_of_ref

Function bits_to_store_any_of_ref 

Source
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.