Skip to main content

axiom_array_from_seq

Function axiom_array_from_seq 

Source
pub broadcast proof fn axiom_array_from_seq<const N: usize, T>(s: Seq<T>)
Expand description
requires
s.len() == N,
ensures
(#[trigger] array_from_seq::<N, T>(s))@ == s,