pub type ConsData<T> = (T, List<T>);
An alias for the data contained by a Cons, (T, List<T>).
Cons
(T, List<T>)