Skip to main content

many1_

Function many1_ 

Source
pub fn many1_<'a, O>(
    f: impl ExchangeParser<'a, O>,
) -> impl ExchangeParser<'a, Vec<O>>