Skip to main content

extern_spec_T_Option_T_is_none

Function extern_spec_T_Option_T_is_none 

Source
pub fn extern_spec_T_Option_T_is_none<T>(self_: &Option<T>) -> bool
Expand description

extern spec for Option<T>::is_none

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

terminates

ghost

ensures

result == (*self == None)