pub exec fn range_usize_is_empty(r: &Range<usize>) -> ret : boolExpand description
ensures
ret == range_usize_is_empty_spec(r),Exec-mode is_empty for a Range<usize>: use in place of r.is_empty()
which needs Idx: PartialOrd<Idx> bound that doesn’t round-trip cleanly
through assume_specification.