pub fn extern_spec_From_i8_i128_from(small: i8) -> i128Expand description
extern spec for i128::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_i8_i128_from(small: i8) -> i128extern spec for i128::from
This is not a real function: its only use is for documentation.
terminates
ghost
ensures
result == (small as Self)