Skip to main content

tag

Function tag 

Source
pub fn tag<T: Clone + Input, I: Input + Compare<T>>(
    tag: T,
) -> impl FnMut(I) -> NomRes<I, I, (), !>