macro_rules! use_primes {
() => { ... };
}Expand description
Use all primes. It isn’t possible to have this import when odd-primes is disabled because
primes other than P2 and ValidPrime (which happen to be the same type) do not exist.
macro_rules! use_primes {
() => { ... };
}Use all primes. It isn’t possible to have this import when odd-primes is disabled because
primes other than P2 and ValidPrime (which happen to be the same type) do not exist.