pub fn usize_as_i16(n: usize) -> i16
Casts a usize to an i16 if there is no overflow. Panics on overflow.