Preparing search index...
The search index is not available
parjs
parjs
combinators
maybe
Function maybe
maybe
<
const
T
,
const
S
>
(
val
?
)
:
ParjsCombinator
<
T
,
T
|
S
>
Applies the source parser. If it fails softly, succeeds and yields
val
.
Type Parameters
const
T
const
S
=
undefined
|
T
Parameters
Optional
val
:
S
Returns
ParjsCombinator
<
T
,
T
|
S
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
parjs
Loading...
Applies the source parser. If it fails softly, succeeds and yields
val
.