Preparing search index...
The search index is not available
parjs
parjs
combinators
thenq
Function thenq
thenq
<
T
>
(
next
)
:
ParjsCombinator
<
T
,
T
>
Applies the source parser followed by
next
. Yields the result of the source parser.
Type Parameters
T
Parameters
next
:
ImplicitParjser
<
unknown
>
Returns
ParjsCombinator
<
T
,
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
parjs
Loading...
Applies the source parser followed by
next
. Yields the result of the source parser.