referrerpolicy=no-referrer-when-downgrade

Function is_empty

Source
pub fn is_empty<K, V>(map: &BTreeMap<K, Option<V>>) -> bool
Expand description

Returns true if the map has no Some element