Skip to main content

extern_spec_From_u8_i16_from

Function extern_spec_From_u8_i16_from 

Source
pub fn extern_spec_From_u8_i16_from(small: u8) -> i16
Expand description

extern spec for i16::from

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

terminates

ghost

ensures

result == (small as Self)