pub trait ConsAppend<T> { type Output; fn append(self, t: T) -> Self::Output; }
Prepend a new type into a cons list
Result of append
Prepend to runtime cons value