pub fn chainr1<P, Op>(parser: P, op: Op) -> Chainr1<P, Op>
Expand description
Parses p
one or more times separated by op
The value returned is the one produced by the right associative application of op
pub fn chainr1<P, Op>(parser: P, op: Op) -> Chainr1<P, Op>
Parses p
one or more times separated by op
The value returned is the one produced by the right associative application of op