Trait typenum_prime::IsPrime[][src]

pub trait IsPrime: Unsigned {
    type Output: Bit;
}

Type operator for primality testing.

This trait is implemented for all unsignd integers from the typenum crate.

Associated Types

A boolean indicating the result of the primality test.

Implementors