pub fn usize_as_i16(n: usize) -> i16
Expand description

Casts a usize to an i16 if there is no overflow. Panics on overflow.