Trait creusot_contracts::std::slice::SliceIndex
source · pub trait SliceIndex<T>: SliceIndex<T>{
// Required methods
fn in_bounds(self, seq: T::ViewTy) -> bool;
fn has_value(self, seq: T::ViewTy, out: Self::Output) -> bool;
fn resolve_elswhere(self, old: T::ViewTy, fin: T::ViewTy) -> bool;
}
Required Methods§
sourcefn resolve_elswhere(self, old: T::ViewTy, fin: T::ViewTy) -> bool
fn resolve_elswhere(self, old: T::ViewTy, fin: T::ViewTy) -> bool
logic