pub fn is_empty<K, V>(map: &BTreeMap<K, Option<V>>) -> bool
Returns true if the map has no Some element
Some