Thanks to visit codestin.com Credit goes to docs.rs
pub fn bits_to_store_any_of_ref<'a, V: Clone + Into<u64> + 'a>( values: impl IntoIterator<Item = &'a V>, ) -> u8
Calculates the minimal number of bits needed to store any of the given values.
values