Trait beetle_collatz::Collatz
source · 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
pub trait Collatz: Unsigned + Integer + PrimInt + FromPrimitive + Debug + Display { }Types implementing this can be passed to the most if not all functions in this library