Function vstd::seq::axiom_seq_update_len

source ·
pub broadcast proof fn axiom_seq_update_len<A>(s: Seq<A>, i: int, a: A)
Expand description
requires
0 <= i < s.len(),
ensures
#[trigger] s.update(i, a).len() == s.len(),