Preparing search index...
The search index is not available
tarsec
tarsec
count
Function count
count
<
T
>
(
parser
)
:
Parser
<
number
>
Takes a parser, runs it, and returns the number of times it succeeded.
Type Parameters
T
Parameters
parser
:
Parser
<
T
>
parser to run
Returns
Parser
<
number
>
the number of times the parser succeeded.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
tarsec
Loading...
Takes a parser, runs it, and returns the number of times it succeeded.