pub trait Int: PartialOrd + Default + Copy { }
A trait to restrict int types for int_in_range
int_in_range