pub trait RangeAllwhere
Self: Sized,{
// Required method
spec fn all_spec(self, p: FnSpec<(int,), bool>) -> bool;
}
Expand description
Simplify proofs-by-computation for ranges of values
Required Methods§
Object Safety§
This trait is not object safe.