pub fn extern_spec_From_bool_u128_from(small: bool) -> u128Expand description
extern spec for u128::from
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result == (small as Self)pub fn extern_spec_From_bool_u128_from(small: bool) -> u128extern spec for u128::from
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result == (small as Self)