Skip to main content

axiom_has_resolved_vacant_entry

Function axiom_has_resolved_vacant_entry 

Source
pub broadcast proof fn axiom_has_resolved_vacant_entry<K, V, A: Allocator>(
    entry: VacantEntry<'_, K, V, A>,
)
Expand description
ensures
#[trigger] has_resolved(entry) ==> entry.final_value() == None::<V>,