vstd::seq

Function axiom_seq_new_len

Source
pub broadcast proof fn axiom_seq_new_len<A>(len: nat, f: FnSpec<(int,), A>)
Expand description
ensures
#[trigger] Seq::new(len, f).len() == len,