pub fn transformations<T: Collatz>(
    __arg0: NonZeroUnchecked<T>
) -> Option<Vec<T>>
Expand description

Returns all the numbers N becomes on its way to falling to one.