extern_spec_PartialOrd_usize_usize_ge

Function extern_spec_PartialOrd_usize_usize_ge 

Source
pub fn extern_spec_PartialOrd_usize_usize_ge(
    self_: &usize,
    other: &usize,
) -> bool
Expand description

extern spec for usize::ge

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

terminates

ghost

ensures

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