Skip to main content

axiom_slice_get_range_full

Function axiom_slice_get_range_full 

Source
pub broadcast proof fn axiom_slice_get_range_full<T>(v: &[T], i: RangeFull)
Expand description
ensures
(#[trigger] spec_slice_get(v, i)).is_some(),
spec_slice_get(v, i).unwrap()@ == v@,