Skip to main content

extern_spec_From_bool_u64_from

Function extern_spec_From_bool_u64_from 

Source
pub fn extern_spec_From_bool_u64_from(small: bool) -> u64
Expand description

extern spec for u64::from

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

terminates

ghost

ensures

result == (small as Self)