Skip to main content

extern_spec_From_i64_i128_from

Function extern_spec_From_i64_i128_from 

Source
pub fn extern_spec_From_i64_i128_from(small: i64) -> i128
Expand 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)