pub fn extern_spec_std_ops_Idx_RangeInclusive_Idx_new<Idx>(
start: Idx,
end: Idx,
) -> RangeInclusive<Idx>Expand description
extern spec for ::std::ops::RangeInclusive<Idx>::new
This is not a real function: its only use is for documentation.
ensures
result.start_log() == startensures
result.end_log() == endensures
start.deep_model() <= end.deep_model() ==> !result.is_empty_log()