axiom_spec_btree_map_len

Function axiom_spec_btree_map_len 

Source
pub broadcast proof fn axiom_spec_btree_map_len<Key, Value, A: Allocator + Clone>(
    m: &BTreeMap<Key, Value, A>,
)
Expand description
ensures
key_obeys_cmp_spec::<Key>() ==> #[trigger] spec_btree_map_len(m) == m@.len(),