char function

CharParser char(
  1. int c
)

Creates the CharParser parser.

Implementation

CharParser char(int c) => CharParser(c);