seq

Function seq 

Source
pub fn seq<'a, 'b: 'a, I>(tag: &'b [I]) -> Parser<'a, I, &'a [I]>
where I: PartialEq + Debug,
Expand description

Success when sequence of symbols matches current input.