Searched defs:Chainl1 (Results 1 – 1 of 1) sorted by relevance
16 pub(crate) struct Chainl1<P, Op>(P, Op); struct17 impl<P, Op> Parser for Chainl1<P, Op> implementation