pub fn punct<I>(c: char) -> Punct<I>Expand description
Parses a punctuation token and succeeds if it’s char representation is equal to c.
Cannot match delimiter characters (i.e. (, ), {, }, [, ]). To match a delimiter use delim` instead.