pub fn extern_spec_PartialOrd_isize_isize_gt(
self_: &isize,
other: &isize,
) -> boolExpand description
extern spec for isize::gt
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result == (self.deep_model() > other.deep_model())