extern_spec_T__ptrconst_T_is_null

Function extern_spec_T__ptrconst_T_is_null 

Source
pub fn extern_spec_T__ptrconst_T_is_null<T: ?Sized>(self_: *const T) -> bool
Expand description

extern spec for pointer<T>::is_null

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

terminates

ghost

ensures

result == self.is_null_logic()