pub trait Collatz: Unsigned + Integer + PrimInt + FromPrimitive + Debug + Display { }
Expand description

Types implementing this can be passed to the most if not all functions in this library

Implementors§