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