extern_spec_PartialOrd_i64_i64_lt

Function extern_spec_PartialOrd_i64_i64_lt 

Source
pub fn extern_spec_PartialOrd_i64_i64_lt(self_: &i64, other: &i64) -> bool
Expand description

extern spec for i64::lt

This is not a real function: its only use is for documentation.

terminates

ghost

ensures

result == (self.deep_model() < other.deep_model())