pub fn tag<I, O, C, E: ParseError<(I, usize)>>(
pattern: O,
count: C,
) -> impl Fn((I, usize)) -> IResult<(I, usize), O, E>
👎Deprecated since 8.0.0: Replaced with
nom8::bits::tag
Expand description
Generates a parser taking count
bits and comparing them to pattern
WARNING: Deprecated, replaced with nom8::bits::tag