Function shrimple_parser::tuple::append

source ยท
pub fn append<T: Tuple, U>(new_element: U) -> impl FnOnce(T) -> T::Appended<U>
Expand description

Adds new_element to the end of a tuple and returns the resulting new tuple.