pub fn prepend<U: Clone, T: Tuple>( new_element: U, ) -> impl Fn(T) -> T::Prepended<U>
Adds new_element to the beginning of a tuple and returns the resulting new tuple.
new_element