Skip to main content

extern_spec_From_u16_u32_from

Function extern_spec_From_u16_u32_from 

Source
pub fn extern_spec_From_u16_u32_from(small: u16) -> u32
Expand description

extern spec for u32::from

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

terminates

ghost

ensures

result == (small as Self)