Skip to main content

axiom_seq_push_index_different

Function axiom_seq_push_index_different 

Source
pub fn axiom_seq_push_index_different<A>(s: Seq<A>, a: A, i: int)
👎Deprecated:

Seq axioms have been verified, and are now lemmas

Expand description
requires
i < s.len(),
ensures
#[trigger] s.push(a)[i] == s[i],