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