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