Function cairo_lang_utils::casts::usize_as_i16
source · pub fn usize_as_i16(n: usize) -> i16
Expand description
Casts a usize to an i16 if there is no overflow. Panics on overflow.
pub fn usize_as_i16(n: usize) -> i16
Casts a usize to an i16 if there is no overflow. Panics on overflow.