pub fn many1<O, SP, IP>(
sep: SP,
item: IP,
) -> impl Combi<Inp = O, Out = O, Suc = Vec<IP::Suc>, Con = SP::Con, Err = SP::Err>Expand description
Apply the item parser, then apply many0, collecting all the results.
P S P S P S P ... S <- false