is_prime

Function is_prime 

Source
pub fn is_prime<I>(num: I) -> bool
where I: Int + Copy,
Expand description

Is the number prime?