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