pub fn extern_spec_Idx_RangeInclusive_Idx_is_empty<Idx: PartialOrd<Idx> + DeepModel>(
self_: &RangeInclusive<Idx>,
) -> boolwhere
Idx::DeepModelTy: OrdLogic,Expand description
extern spec for RangeInclusive<Idx>::is_empty
This is not a real function: its only use is for documentation.
ensures
result == self.is_empty_log()