Preparing search index...
The search index is not available
tarsec
tarsec
char
Function char
char
<
const
S
>
(
c
)
:
Parser
<
S
>
Takes a character. Returns a parser that parses that character.
Type Parameters
const
S
extends
string
Parameters
c
:
S
character to parse
Returns
Parser
<
S
>
parser that parses the given character
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
tarsec
Loading...
Takes a character. Returns a parser that parses that character.