pub fn extern_spec_From_u32_u128_from(small: u32) -> 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_u32_u128_from(small: u32) -> u128extern spec for u128::from
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result == (small as Self)